Dns server reply codes.
| C# | Visual Basic | Managed C++ |
public enum RCODE
Public Enumeration RCODE
public enum class RCODE
| Member | Description |
|---|---|
| NO_ERROR |
No error condition.
|
| FORMAT_ERRROR |
Format error - The name server was unable to interpret the query.
|
| SERVER_FAILURE |
Server failure - The name server was unable to process this query due to a problem with the name server.
|
| NAME_ERROR |
Name Error - Meaningful only for responses from an authoritative name server, this code signifies that the
domain name referenced in the query does not exist.
|
| NOT_IMPLEMENTED |
Not Implemented - The name server does not support the requested kind of query.
|
| REFUSED |
Refused - The name server refuses to perform the specified operation for policy reasons.
|
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)