Skip to main content

1xxxx codes

Error codes 1xxxx indicate non-business logic related issues with input (auth issues, issues with parsing input data, rate limiting etc.). These errors are mostly 'technical', related to the problems in the TEOS API consumer's code.

11001​

MessageUserId was not found in provided authentication data
Descriptionuser was not authenticated
What to doCheck the authentication data

12000 / 12001​

MessageThere were OData validation errors
Descriptionmalformed oData request (missing required fields, redundant fields etc.)
Detailscontains the array of sub-errors, specifying the issue
What to do
  • check the correctness of the request body according to oData and the request specs.
  • check the details field for additional information

13000​

MessageToo many requests received.
DescriptionQuota exceeded. Maximum allowed: 100 per 1m.
Detailscontains the details about the current quota, time to wait until requests are allowed again
What to do
  • wait until the requests are allowed again
  • check why the quota was exceeded
  • if you want to change the quota, contact your CL manager

1