PowerSNMP for .NET
ErrorStatus Enumeration




Defines the possible values returned in ResponseMessage.ErrorStatus
Syntax
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 
Members
MemberValueDescription
AuthorizationError16 An authorization problem occurred. ErrorIndex of -1 indicates a PDU authorization error.
BadValue3 The value of a variable had a bad value.
CommitFailed14 An attempt to set a variable failed.
GeneralError5 An error with no specific ErrorStatus value occurred.
InconsistentName18 A specified variable does not exist.
InconsistentValue12 The value specified for a variable is valid but cannot be assigned at this time.
NoAccess6 Access was denied to the variable for security reasons.
NoCreation11 A variable does not exist and cannot be created.
NoSuchName2 The requested variable was not found.
NotWritable17 The variable is not accessible or cannot be written to.
ReadOnly4 A set request was attempted for a read-only variable.
ResourceUnavailable13 An unavailable resource caused a variable set to fail.
Success0 No error. ErrorIndex will be -1.
TooBig1 The size of the response is too big to send.
UndoFailed15 An attempt to set one variable in a group failed, and the attempt to undo other successful sets failed.
WrongEncoding9 The encoding for a variable binding was incorrect.
WrongLength8 The length specified for a variable binding was incorrect.
WrongType7 A variable type was incorrect.
WrongValue10 The value of the variable was incorrect.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Snmp.ErrorStatus

See Also

Reference

Dart.Snmp Namespace

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic