-
-
Notifications
You must be signed in to change notification settings - Fork 8
Internal error list
mathcoll edited this page Oct 10, 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.
Please file a bug in case the error returned by Api is not listed.
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
1329 | 429 | Too Many Requests: Over Quota! | |
1330 | 409 | Bad Request | Meta version conflict, the Api payload is providing a meta.revision which differs from the revision in database. |
1332 | 404 | Not Found | Resource to be deleted was not found. |
1340 | 404 | Not Found | Resource was found at first and then it suddently become unfound and cannot be updated ; this error should really never happens. |
1341 | 404 | Not Found | Url parameter to define dashboard to be updated is not set. Url should contains a dashboard_id. |
1342 | 401 | Forbidden ?? | Provided resource identifier in the url does not belong to the correct user or resource cannot be found. |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
2056 | 405 | Method Not Allowed | |
2057 | 412 | Precondition Failed | Retention Policy not valid |
2058 | 404 | Not found | No datapoint stored yet by that flow and retention policy. |
2059 | 500 | Internal Error | Something went wrong on the server to find your datapoints. |
2060 | 412 | Precondition Failed | Something went wrong on the server on processing your datapoint(s). |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
3049 | 401 | Unauthorized | Action is not authorized for your account, Admin only. |
3050 | 401 | Unauthorized | Action is not authorized for your account, Admin only. |
3051 | 404 | Not Found | Resource to be deleted was not found. |
3052 | 401 | Unauthorized | Action is not authorized for your account, Admin only. |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
4056 | 405 | Method Not Allowed | flow_id is required, and was not provided. |
4057 | 410 | Gone | Deprecated Api, this endpoint is not implemented anymore. |
4058 | 404 | Not found | No datapoint stored yet or not enougth data on storage. Some EDA require several measurements, and generate an error if requirement is not met. |
4059 | 412 | Precondition Failed | Datatype mismatch. Something went wrong on the server to find your datapoints. |
4060 | 500 | Internal Error | Something went wrong on the server. |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
4051 | 404 | Not Found | Resource to be deleted was not found. |
4052 | 401 | Unauthorized | Action is not authorized for your account, Admin only. |
4053 | 401 | Forbidden ?? | Provided resource identifier in the url does not belong to the correct user or resource cannot be found. |
4054 | 412 | Precondition Failed | |
4055 | 409 | Precondition Failed | Meta version conflict, the Api payload is providing a meta.revision which differs from the revision in database. |
4056 | 400 | Bad Request | Permission must be greater than 600! |
4057 | 429 | Too Many Requests | Too Many Requests: Over Quota! |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
5058 | 404 | Not Found | Resource was not found. |
5059 | 401 | Unauthorized | Provided resource identifier in the url does not belong to the correct user or resource cannot be found. |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
6000 |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
7000 |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
8000 |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
9000 |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
10000 |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
11000 |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
12000 |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
13000 |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
14000 |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
15000 |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
16000 |
Internal Error code | Https Status | Error message | Description |
---|---|---|---|
17050 | 401 | Unauthorized | Action is not authorized for your account, Admin only. |
17051 | 401 | Unauthorized | Action is not authorized for your account, Admin only. |
17150 | 403 | Forbidden | The provided credentials (login+pass) are not correct. |
17250 | 403 | Forbidden | No user found or no password set yet. |
17329 | 429 | Too Many Requests: Over Quota! | |
17330 | 429 | Too Many Requests: Over Quota! | |
17331 | 501 | Not Implemented - Server Error | Server Error |
17350 | 403 | Forbidden | The provided credentials (login+pass) are not correct. |
17450 | 403 | Forbidden | Invalid Refresh Token. |
17550 | 400 | Forbidden | Required param grant_type and/or username+password needs to be defined. |
17850 | 403 | Forbidden | Invalid Refresh Token, because it is expired. |
17851 | 403 | Forbidden | Invalid Refresh Token, because it is expired and user is not valid. |
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