Dart.Snmp Namespace : ErrorCode Enumeration |
Public Enum ErrorCode Inherits System.Enum
Dim instance As ErrorCode
public enum ErrorCode : System.Enum
__value public enum ErrorCode : public System.Enum
public enum class ErrorCode : public System.Enum
Member | Value | Description |
---|---|---|
AuthenticationFailed | 0 | Authentication failed due to no user credentials being found for the message. |
DecryptionFailed | 1 | A general error occurred while decrypting a message. |
IncompleteMessage | 2 | The buffer does not contain a complete message. |
InvalidIdEncoding | 4 | An error occurred while decoding an IID or OID. |
InvalidLength | 3 | The encoded length is not the expected size for the tagged type being decoded. |
InvalidSecurityFlag | 5 | An invalid security flag was received within the context of an SNMP message. |
MissingUserCredentials | 6 | The username found in the packet header could not be found in the local list of usernames. |
TagNotSupported | 7 | An undefined tag value was decoded. |
System.Object
System.ValueType
System.Enum
Dart.Snmp.ErrorCode