Skip to content
Snippets Groups Projects
Commit e752e68c authored by Ian Bruene's avatar Ian Bruene
Browse files

Added response error codes

parent 122f396b
No related branches found
No related tags found
Loading
Pipeline #
......@@ -706,3 +706,17 @@ RSN_SHUTDOWN = 5
RSN_BY_MANAGER = 6
definedReasons = (RSN_OTHER, RSN_PARSE_ERROR, RSN_PROTOCOL_ERROR,
RSN_TIMEOUT, RSN_SHUTDOWN, RSN_BY_MANAGER)
# Error reasons
ERR_NOERROR = 0
ERR_GENERR = 5
ERR_NO_ACCESS = 6
ERR_WRONG_TYPE = 7
ERR_WRONG_LEN = 8
ERR_WRONG_ENCODING = 9
ERR_WRONG_VALUE = 10
ERR_NO_CREATION = 11
ERR_INCONSISTENT_VALUE = 12
ERR_RESOURCE_UNAVAILABLE = 13
ERR_NOT_WRITABLE = 17
ERR_INCONSISTENT_NAME = 18
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment