ksim
KSim::Snmp::ErrorInfo Class Reference
#include <snmp.h>
List of all members.
Detailed Description
Definition at line 54 of file snmp.h.
|
Public Types |
| enum | ErrorType {
NoError = 0,
ErrUnknown,
ErrGeneric,
ErrInvalidLocalPort,
ErrUnknownHost,
ErrUnknownSession,
ErrTooLong,
ErrNoSocket,
ErrCannotSendV2PDUOnV1Session,
ErrCannotSendV1PDUOnV2Session,
ErrBadValueForNonRepeaters,
ErrBadValueForMaxRepetitions,
ErrBuildingASN1Representation,
ErrFailureInSendto,
ErrBadParseOfASN1Type,
ErrBadVersion,
ErrBadSourceParty,
ErrBadDestinationParty,
ErrBadContext,
ErrBadCommunity,
ErrCannotSendNoAuthDesPriv,
ErrBadACL,
ErrBadParty,
ErrSessionAbortFailure,
ErrUnknownPDU,
ErrTimeout,
ErrFailureInRecvfrom,
ErrUnableToDetermineContextEngineID,
ErrNoSecurityName,
ErrUnableToDetermineSecurityLevel,
ErrASN1ParseError,
ErrUnknownSecurityModel,
ErrInvalidMessage,
ErrUnknownEngineID,
ErrUnknownUserName,
ErrUnsupportedSecurityLevel,
ErrAuthenticationFailure,
ErrNotInTimeWindow,
ErrDecryptionError,
ErrSCAPIGeneralFailure,
ErrSCAPISubSystemNotConfigured,
ErrNoKeyTools,
ErrUnknownReport,
ErrUSMGenericError,
ErrUSMUnknownSecurityName,
ErrUSMUnsupportedSecurityLevel,
ErrUSMEncryptionError,
ErrUSMAuthenticationFailure,
ErrUSMParseError,
ErrUSMUnknownEngineID,
ErrUSMNotInTimeWindow,
ErrUSMDecryptionError,
ErrMIBNotInitialized,
ErrValueOutOfRange,
ErrSubIdOutOfRange,
ErrBadSubIdInOID,
ErrOIDTooLong,
ErrBadValueName,
ErrBadValueNotation,
ErrUnknownOID,
ErrNullPDU,
ErrMissingVariables,
ErrBadVariableType,
ErrOOM,
ErrKerberos,
ErrResponseTooLarge,
ErrNoSuchVariable,
ErrBadValue,
ErrReadOnly,
ErrNoAccess,
ErrWrongType,
ErrWrongLength,
ErrWrongEncoding,
ErrWrongValue,
ErrNoCreation,
ErrInconsistentValue,
ErrResourceUnavailable,
ErrCommitFailed,
ErrUndoFailed,
ErrAuthorizationFailed,
ErrNotWritable,
ErrInconsistentName
} |
Public Member Functions |
| | ErrorInfo () |
| | ErrorInfo (int internalErrorCode) |
| | ErrorInfo (ErrorType error) |
| ErrorType | errorCode () const |
| QString | errorMessage () const |
Member Enumeration Documentation
- Enumerator:
-
| NoError |
|
| ErrUnknown |
|
| ErrGeneric |
|
| ErrInvalidLocalPort |
|
| ErrUnknownHost |
|
| ErrUnknownSession |
|
| ErrTooLong |
|
| ErrNoSocket |
|
| ErrCannotSendV2PDUOnV1Session |
|
| ErrCannotSendV1PDUOnV2Session |
|
| ErrBadValueForNonRepeaters |
|
| ErrBadValueForMaxRepetitions |
|
| ErrBuildingASN1Representation |
|
| ErrFailureInSendto |
|
| ErrBadParseOfASN1Type |
|
| ErrBadVersion |
|
| ErrBadSourceParty |
|
| ErrBadDestinationParty |
|
| ErrBadContext |
|
| ErrBadCommunity |
|
| ErrCannotSendNoAuthDesPriv |
|
| ErrBadACL |
|
| ErrBadParty |
|
| ErrSessionAbortFailure |
|
| ErrUnknownPDU |
|
| ErrTimeout |
|
| ErrFailureInRecvfrom |
|
| ErrUnableToDetermineContextEngineID |
|
| ErrNoSecurityName |
|
| ErrUnableToDetermineSecurityLevel |
|
| ErrASN1ParseError |
|
| ErrUnknownSecurityModel |
|
| ErrInvalidMessage |
|
| ErrUnknownEngineID |
|
| ErrUnknownUserName |
|
| ErrUnsupportedSecurityLevel |
|
| ErrAuthenticationFailure |
|
| ErrNotInTimeWindow |
|
| ErrDecryptionError |
|
| ErrSCAPIGeneralFailure |
|
| ErrSCAPISubSystemNotConfigured |
|
| ErrNoKeyTools |
|
| ErrUnknownReport |
|
| ErrUSMGenericError |
|
| ErrUSMUnknownSecurityName |
|
| ErrUSMUnsupportedSecurityLevel |
|
| ErrUSMEncryptionError |
|
| ErrUSMAuthenticationFailure |
|
| ErrUSMParseError |
|
| ErrUSMUnknownEngineID |
|
| ErrUSMNotInTimeWindow |
|
| ErrUSMDecryptionError |
|
| ErrMIBNotInitialized |
|
| ErrValueOutOfRange |
|
| ErrSubIdOutOfRange |
|
| ErrBadSubIdInOID |
|
| ErrOIDTooLong |
|
| ErrBadValueName |
|
| ErrBadValueNotation |
|
| ErrUnknownOID |
|
| ErrNullPDU |
|
| ErrMissingVariables |
|
| ErrBadVariableType |
|
| ErrOOM |
|
| ErrKerberos |
|
| ErrResponseTooLarge |
|
| ErrNoSuchVariable |
|
| ErrBadValue |
|
| ErrReadOnly |
|
| ErrNoAccess |
|
| ErrWrongType |
|
| ErrWrongLength |
|
| ErrWrongEncoding |
|
| ErrWrongValue |
|
| ErrNoCreation |
|
| ErrInconsistentValue |
|
| ErrResourceUnavailable |
|
| ErrCommitFailed |
|
| ErrUndoFailed |
|
| ErrAuthorizationFailed |
|
| ErrNotWritable |
|
| ErrInconsistentName |
|
Definition at line 57 of file snmp.h.
Constructor & Destructor Documentation
| ErrorInfo::ErrorInfo |
( |
int |
internalErrorCode |
) |
|
Member Function Documentation
| ErrorType KSim::Snmp::ErrorInfo::errorCode |
( |
|
) |
const [inline] |
| QString KSim::Snmp::ErrorInfo::errorMessage |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following files: