Visual Basic (Declaration) | |
---|---|
Public Enum SecurityErrorCode Inherits System.Enum |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SecurityErrorCode |
C# | |
---|---|
public enum SecurityErrorCode : System.Enum |
Managed Extensions for C++ | |
---|---|
__value public enum SecurityErrorCode : public System.Enum |
C++/CLI | |
---|---|
public enum class SecurityErrorCode : public System.Enum |
Member | Description |
---|---|
AuthorizationFailed | Message authentication failed, likely due to an invalid AuthenticationPassword. |
DiscoveryFailed | An error occurred while attempting to perform discovery on the Agent. Review SecurityException.Response for additional information. |
InvalidUsername | The Username in the request was not known by the Agent. |
NotInTimeWindow | The message was not in the Time Window allowed by the Agent. |
PrivacyFailure | Message Privacy failed, likely due to an invalid PrivacyPassword. |
UnknownEngineId | The Security.EngineId value was not correct for the Agent. |
UnknownReportValue | The error value returned in the ReportMessage was unknown. Review SecurityException.Response for additional information. |
Unsupported | The attempted operation is unsupported on the Agent. |
System.Object
System.ValueType
System.Enum
Dart.Snmp.SecurityErrorCode
Target Platforms: Microsoft .NET Framework 2.0