LongLivedQueryOptionLlqErrorCode Enumeration
Long lived query error codes
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
Public Enumeration LlqErrorCode
public enum class LlqErrorCode
NoError | 0 |
The LLQ Setup Request was successful.
|
ServerFull | 1 |
The server cannot grant the LLQ request because it is overloaded, or the request exceeds the server's rate limit.
|
Static | 2 |
The data for this name and type is not expected to change frequently, and the server therefore does not support the
requested LLQ.
|
FormatError | 3 |
The LLQ was improperly formatted
|
NoSuchLlq | 4 |
The requested LLQ is expired or non-existent
|
BadVersion | 5 |
The protocol version specified in the client's request is not supported by the server.
|
UnknownError | 6 |
The LLQ was not granted for an unknown reason.
|