15. VRM error codes
This section provides a comprehensive list of VRM error codes, their causes, and potential resolutions.
Code | API HTTP | Error message key | Error message text (EN) |
---|---|---|---|
1429 - Rate limited | 429 | core.rate_limiting_error | You've sent too many requests. Please try again in a few minutes. |
1403 - Forbidden | 403 | Backend string | You don't have sufficient rights to perform this action. |
1422 - Validation error | 422 | Backend string | {validation_error_from_API} |
1500 - Internal Server Error without Status | 500 | core.backend_unavailable | The server back-end is not available right now, please try again in a few minutes. |
1510 - Internal Server Error with Status | 500 | Variable: error.statusText | |
1511 - error_with_data_message | 200 | Variable: error.data.message | Something went wrong, please try again later. |
1520 - unknown_error | 504 | core.unknown_error | Unknown error, please try again in a few minutes. |
1504 - Gateway timeout | core.request_timed_out | One of the requests timed out. Some elements might not load correctly. Please try again later. | |
RTT > 200 | general.installation_overloaded_disabling_mqtt | Realtime connection disabled due to GX device overload. |