Member | Value | Description |
---|---|---|
errorAuthorization | 16 | The community name does not match the one on the agent. |
errorBadValue | 3 | The value is not appropriate for the variable being set. |
errorCommitFailed | 14 | An assignment failed and all other assignments are being undone. |
errorGeneralError | 5 | A general error occurred. |
errorInconsistentName | 18 | The variable does not exist and currently can not be created under the current circumstances. May be possible under other circumstances. |
errorInconsistentValue | 12 | The value can not be set to the variable under the current circumstances. Possibly could be set under other circumstances. |
errorNoAccess | 6 | No such IID or access to the variable is denied. |
errorNoCreation | 11 | The variable can not be created on the agent. |
errorNoSuchName | 2 | The variable name (IID) can not be found in the agent's MIB. |
errorNotWritable | 17 | The variable can not be set. |
errorOk | 0 | Success. |
errorReadOnly | 4 | The variable can only be read. |
errorResourceUnavailable | 13 | Could not allocate a resource needed for the variable. |
errorTooBig | 1 | The GetResponse PDU generated is too big for the local limitations of the agent. |
errorUndoFailed | 15 | An undo of an assignment failed. |
errorWrongEncoding | 9 | Error in the encoding of a variable. |
errorWrongLength | 8 | The length of the value exceeds the maximum length of the possible values of the variable. |
errorWrongType | 7 | The type of the value being set does not match the type of the variable on the agent. |
errorWrongValue | 10 | The value could not be assigned to the agents variable. |