Skip to content

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.

Dashboards

Https Status Internal Error code Error message Description
401 1342 Forbidden ?? Provided dashboard_id in the url does not belong to the correct user or dashboard cannot be found.
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.
409 1330 Bad Request Meta version conflict, the Api payload is providing a meta.revision which differs from the revision in database.
429 1329 Too Many Requests: Over Quota!

Datapoints

Https Status Internal Error code Error message Description
404 2058 Not found No datapoint stored yet by that flow and retention policy.
405 2056 Method Not Allowed
412 2057 Precondition Failed Retention Policy not valid
412 2060 Precondition Failed Something went wrong on the server on processing your datapoint(s).
500 2059 Internal Error Something went wrong on the server to find your datapoints.

Datatypes

Https Status Internal Error code Error message Description
401 3049 Unauthorized Action is not authorized for your account, Admin only.
401 3050 Unauthorized Action is not authorized for your account, Admin only.
401 3052 Unauthorized Action is not authorized for your account, Admin only.
404 3051 Not Found Resource to be deleted was not found.

Exploration

Https Status Internal Error code Error message Description
404 4058 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.
405 4056 Method Not Allowed flow_id is required, and was not provided.
410 4057 Gone Deprecated Api, this endpoint is not implemented anymore.
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.

Flows

Https Status Internal Error code Error message Description
0000

Jobs

Https Status Internal Error code Error message Description
0000

Mqtts

Https Status Internal Error code Error message Description
0000

News

Https Status Internal Error code Error message Description
0000

Notifications

Https Status Internal Error code Error message Description
0000

Objects

Https Status Internal Error code Error message Description
0000

Ota

Https Status Internal Error code Error message Description
0000

Pwa

Https Status Internal Error code Error message Description
0000

Rules

Https Status Internal Error code Error message Description
0000

Snippets

Https Status Internal Error code Error message Description
0000

Sources

Https Status Internal Error code Error message Description
0000

UIs

Https Status Internal Error code Error message Description
0000

Units

Https Status Internal Error code Error message Description
0000

Users

Https Status Internal Error code Error message Description
0000

Please file a bug in case the error returned by Api is not listed.

Clone this wiki locally