LongLivedQueryOptionLlqErrorCode Enumeration

Long lived query error codes

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public enum LlqErrorCode

Members

NoError0 The LLQ Setup Request was successful.
ServerFull1 The server cannot grant the LLQ request because it is overloaded, or the request exceeds the server's rate limit.
Static2 The data for this name and type is not expected to change frequently, and the server therefore does not support the requested LLQ.
FormatError3 The LLQ was improperly formatted
NoSuchLlq4 The requested LLQ is expired or non-existent
BadVersion5 The protocol version specified in the client's request is not supported by the server.
UnknownError6 The LLQ was not granted for an unknown reason.

See Also