-
-
Notifications
You must be signed in to change notification settings - Fork 8
Internal error list
mathcoll edited this page Oct 9, 2021
·
17 revisions
t6 api is handling regular Http Status codes. Additionally, in some cases, t6 can return an internal error code. This file describes the codes with more details.
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
429 | 1329 | Too Many Requests: Over Quota! | |
409 | 1330 | Bad Request | Meta version conflict, the Api payload is providing a meta.revision which differs from the revision in database. |
404 | 1332 | Not Found | Resource to be deleted was not found. |
404 | 1340 | Not Found | Resource was found at first and then it suddently become unfound and cannot be updated ; this error should really never happens. |
404 | 1341 | Not Found | Url parameter to define dashboard to be updated is not set. Url should contains a dashboard_id. |
401 | 1342 | Forbidden ?? | Provided dashboard_id in the url does not belong to the correct user or dashboard cannot be found. |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
405 | 2056 | Method Not Allowed | |
412 | 2057 | Precondition Failed | Retention Policy not valid |
404 | 2058 | Not found | No datapoint stored yet by that flow and retention policy. |
500 | 2059 | Internal Error | Something went wrong on the server to find your datapoints. |
412 | 2060 | Precondition Failed | Something went wrong on the server on processing your datapoint(s). |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
401 | 3049 | Unauthorized | Action is not authrized for your account, Admin only. |
401 | 3050 | Unauthorized | Action is not authrized for your account, Admin only. |
404 | 3051 | Not Found | Resource to be deleted was not found. |
401 | 3052 | Unauthorized | Action is not authrized for your account, Admin only. |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
405 | 4056 | Method Not Allowed | flow_id is required, and was not provided. |
410 | 4057 | Gone | Deprecated Api, this endpoint is not implemented anymore. |
404 | 4058 | Not found | No datapoint stored yet. |
412 | 4059 | Precondition Failed | Datatype mismatch. Something went wrong on the server to find your datapoints. |
500 | 4060 | Internal Error | Something went wrong on the server. |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Https Status | Internal Error code | Error message | Description |
---|---|---|---|
0000 |
Please file a bug in case the error returned by Api is not listed.
t6 Technical Api Documentation. Please refers to CONTRIBUTING.md in case you would like to help :-)
- Installing t6
- Internal errors
- Repository structure
- Six main Resources
- Other Resources
- Datapoints
- Users
- UIs 💥 not detailed
- Mqtt Topic 💥 not detailed
- Referentials
- Technical Api Documentation 🔗
- TWA Application Screenshots
- t6 Security policy
- Advanced t6 concepts