Vai al contenuto

SNMP_ERROR, definizione errori protocollo SNMP

Vai all indice del manuale di programmazione
Tipo: Definizione
Libreria LogicLab: eLLabSNMPLib
Libreria Codesys: Non disponibile

Variabile USINT definizione errori protocollo SNMP.

NameDescritption
NOERRORNo error occurred. This code is also used in all request PDUs, since they have no error status to report.
TOOBIGThe size of the Response-PDU would be too large to transport.
NOSUCHNAMEThe name of a requested object was not found.
BADVALUEA value in the request didn’t match the structure that the recipient of the request had for the object. For example, an object in the request was specified with an incorrect length or type.
READONLYAn attempt was made to set a variable that has an Access value indicating that it is read-only.
GENERRAn error occurred other than one indicated by a more specific error code in this table.
NOACCESSAccess was denied to the object for security reasons.
WRONGTYPEThe object type in a variable binding is incorrect for the object.
WRONGLENGTHA variable binding specifies a length incorrect for the object.
WRONGENCODINGA variable binding specifies an encoding incorrect for the object.
WRONGVALUEThe value given in a variable binding is not possible for the object.
NOCREATIONA specified variable does not exist and cannot be created.
INCONSISTENTVALUEA variable binding specifies a value that could be held by the variable but cannot be assigned to it at this time.
RESOURCEUNAVAILABLEAn attempt to set a variable required a resource that is not available.
COMMITFAILEDAn attempt to set a particular variable failed.
UNDOFAILEDAn attempt to set a particular variable as part of a group of variables failed, and the attempt to then undo the setting of other variables was not successful.
AUTHORIZATIONERRORA problem occurred in authorization.
NOTWRITABLEThe variable cannot be written or created.
INCONSISTENTNAMEThe name in a variable binding specifies a variable that does not exist.
Was this article helpful?