PowerSNMP for .NET CF
ErrorStatus Enumeration
See Also  Send comments on this topic.
Dart.Snmp Namespace : ErrorStatus Enumeration




Defines the possible values returned in ResponseMessage.ErrorStatus

Syntax

Visual Basic (Declaration) 
Public Enum ErrorStatus 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ErrorStatus
C# 
public enum ErrorStatus : System.Enum 
Managed Extensions for C++ 
__value public enum ErrorStatus : public System.Enum 
C++/CLI 
public enum class ErrorStatus : public System.Enum 

Members

MemberDescription
AuthorizationError An authorization problem occurred.
BadValue The value of a variable had a bad value.
CommitFailed An attempt to set a variable failed.
GeneralError An error with no specific ErrorStatus value occurred.
InconsistentName A specified variable does not exist.
InconsistentValue The value specified for a variable is valid but cannot be assigned at this time.
NoAccess Access was denied to the variable for security reasons.
NoCreation A variable does not exist and cannot be created.
NoSuchName The requested variable was not found.
NotWritable The variable is not accessible or cannot be written to.
ReadOnly A set request was attempted for a read-only variable.
ResourceUnavailable An unavailable resource caused a variable set to fail.
Success No error.
TooBig The size of the response is too big to send.
UndoFailed An attempt to set one variable in a group failed, and the attempt to undo other successful sets failed.
WrongEncoding The encoding for a variable binding was incorrect.
WrongLength The length specified for a variable binding was incorrect.
WrongType A variable type was incorrect.
WrongValue The value of the variable was incorrect.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.