Vai all indice del manuale di programmazione
Tipo:
Definizione
Libreria LogicLab:
eLLabSNMPLib
Libreria Codesys:
Non disponibile
Variabile USINT definizione errori protocollo SNMP.
Name | Descritption |
---|---|
NOERROR | No error occurred. This code is also used in all request PDUs, since they have no error status to report. |
TOOBIG | The size of the Response-PDU would be too large to transport. |
NOSUCHNAME | The name of a requested object was not found. |
BADVALUE | A 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. |
READONLY | An attempt was made to set a variable that has an Access value indicating that it is read-only. |
GENERR | An error occurred other than one indicated by a more specific error code in this table. |
NOACCESS | Access was denied to the object for security reasons. |
WRONGTYPE | The object type in a variable binding is incorrect for the object. |
WRONGLENGTH | A variable binding specifies a length incorrect for the object. |
WRONGENCODING | A variable binding specifies an encoding incorrect for the object. |
WRONGVALUE | The value given in a variable binding is not possible for the object. |
NOCREATION | A specified variable does not exist and cannot be created. |
INCONSISTENTVALUE | A variable binding specifies a value that could be held by the variable but cannot be assigned to it at this time. |
RESOURCEUNAVAILABLE | An attempt to set a variable required a resource that is not available. |
COMMITFAILED | An attempt to set a particular variable failed. |
UNDOFAILED | An 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. |
AUTHORIZATIONERROR | A problem occurred in authorization. |
NOTWRITABLE | The variable cannot be written or created. |
INCONSISTENTNAME | The name in a variable binding specifies a variable that does not exist. |