Skip to content

4.5.2 websocket errors

James Collins edited this page Jul 17, 2018 · 1 revision

Error Codes

Error ID Error Code Description
1 ERR_UNKNOWN_CMD No command was specified in the request
2 ERR_SCRIPT_LOCKED Cannot modify the script specified because it is locked
3 ERR_SCRIPT_MISSING Cannot modify the script specified because it does not exist
4 ERR_RUN_LOCKED Cannot execute the command because the NAO is locked to a client
5 ERR_PARAMETER_MISSING A parameter for the specified command was expecting a parameter to be present
6 ERR_EXCEPTION_THROWN Python has raised an exception with the specified command
7 ERR_FILE_MISSING The specified file/object does not exist
8 ERR_FILE_EXISTS The specified file/object already exists
9 ERR_RES_IN_USE The specified file/object is in use
10 ERR_COMMAND_MISSING The command does not exist in NAO Cadet
11 ERR_ALPROXY_MISSING The ALProxy does not exist on the NAO
12 ERR_FUNCTION_MISSING The function does not exist in the ALProxy
13 ERR_AUTHENTICATION_REQ The specified command requires the user to be authenticated within NAO Cadet first
14 ERR_DOMAIN_NOT_SET No domain has been specified in the NAO Cadet settings
15 ERR_USER_PASSWORD_INCORRECT The password specified was incorrect for that user
16 ERR_USER_NOT_VALID The specified user does not exist within that domain
17 ERR_FILE_INVALID The file name is not valid for the specified command
Clone this wiki locally