Skip to main content

Error Codes

Error Code Segments

Error codes are segmented by functional module:

PrefixModule
100xxDevice & System
200xxLive View
300xxRecording
400xxAI Inference
500xxTerminal & Logs

Device & System (100xx)

CodeDescription
10001Password too weak
10002Token expired
10003A firmware download is already in progress
10004Port number out of range
10005Port number already in use

HTTP Status Codes

HTTP StatusDescription
200Request successful
401Not authenticated or Token invalid
404Endpoint not found
405Method not allowed
500Internal server error

Authentication Errors

When a request does not carry a Token or the Token has expired, the device returns:

{
"code": 401,
"message": "Unauthorized: Invalid token or NO token provided"
}

Resolution: Log in again to obtain a new Token, and include Cookie: token=<JWT_TOKEN> in subsequent requests.

Technical Support and Product Discussion

Thank you for choosing our products! We are here to provide you with various support to ensure your experience with our products is as smooth as possible. We offer multiple communication channels to meet different preferences and needs.

Loading Comments...