| Dart.Snmp Namespace : ErrorStatus Enumeration |
Public Enum ErrorStatus Inherits System.Enum
Dim instance As ErrorStatus
public enum ErrorStatus : System.Enum
__value public enum ErrorStatus : public System.Enum
public enum class ErrorStatus : public System.Enum
| Member | Value | Description |
|---|---|---|
| AuthorizationError | 16 | An authorization problem occurred. ErrorIndex of -1 indicates a PDU authorization error. |
| BadValue | 3 | The value of a variable had a bad value. |
| CommitFailed | 14 | An attempt to set a variable failed. |
| GeneralError | 5 | An error with no specific ErrorStatus value occurred. |
| InconsistentName | 18 | A specified variable does not exist. |
| InconsistentValue | 12 | The value specified for a variable is valid but cannot be assigned at this time. |
| NoAccess | 6 | Access was denied to the variable for security reasons. |
| NoCreation | 11 | A variable does not exist and cannot be created. |
| NoSuchName | 2 | The requested variable was not found. |
| NotWritable | 17 | The variable is not accessible or cannot be written to. |
| ReadOnly | 4 | A set request was attempted for a read-only variable. |
| ResourceUnavailable | 13 | An unavailable resource caused a variable set to fail. |
| Success | 0 | No error. ErrorIndex will be -1. |
| TooBig | 1 | The size of the response is too big to send. |
| UndoFailed | 15 | An attempt to set one variable in a group failed, and the attempt to undo other successful sets failed. |
| WrongEncoding | 9 | The encoding for a variable binding was incorrect. |
| WrongLength | 8 | The length specified for a variable binding was incorrect. |
| WrongType | 7 | A variable type was incorrect. |
| WrongValue | 10 | The value of the variable was incorrect. |
System.Object
System.ValueType
System.Enum
Dart.Snmp.ErrorStatus