asiodef.mes 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
  2. #
  3. # Permission to use, copy, modify, and/or distribute this software for any
  4. # purpose with or without fee is hereby granted, provided that the above
  5. # copyright notice and this permission notice appear in all copies.
  6. #
  7. # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  8. # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  9. # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  10. # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  11. # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  12. # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  13. # PERFORMANCE OF THIS SOFTWARE.
  14. $PREFIX ASIODNS_
  15. $NAMESPACE isc::asiodns
  16. % FETCHCOMP upstream fetch to %1(%2) has now completed
  17. A debug message, this records that the upstream fetch (a query made by the
  18. resolver on behalf of its client) to the specified address has completed.
  19. % FETCHSTOP upstream fetch to %1(%2) has been stopped
  20. An external component has requested the halting of an upstream fetch. This
  21. is an allowed operation, and the message should only appear if debug is
  22. enabled.
  23. % OPENSOCK error %1 opening %2 socket to %3(%4)
  24. The asynchronous I/O code encountered an error when trying to open a socket
  25. of the specified protocol in order to send a message to the target address.
  26. The number of the system error that cause the problem is given in the
  27. message.
  28. % RECVSOCK error %1 reading %2 data from %3(%4)
  29. The asynchronous I/O code encountered an error when trying to read data from
  30. the specified address on the given protocol. The number of the system
  31. error that cause the problem is given in the message.
  32. % SENDSOCK error %1 sending data using %2 to %3(%4)
  33. The asynchronous I/O code encountered an error when trying send data to
  34. the specified address on the given protocol. The the number of the system
  35. error that cause the problem is given in the message.
  36. % RECVTMO receive timeout while waiting for data from %1(%2)
  37. An upstream fetch from the specified address timed out. This may happen for
  38. any number of reasons and is most probably a problem at the remote server
  39. or a problem on the network. The message will only appear if debug is
  40. enabled.
  41. % UNKORIGIN unknown origin for ASIO error code %1 (protocol: %2, address %3)
  42. This message should not appear and indicates an internal error if it does.
  43. Please enter a bug report.
  44. % UNKRESULT unknown result (%1) when IOFetch::stop() was executed for I/O to %2(%3)
  45. The termination method of the resolver's upstream fetch class was called with
  46. an unknown result code (which is given in the message). This message should
  47. not appear and may indicate an internal error. Please enter a bug report.