General Errors
Code | Title | Details |
---|---|---|
1000 | Internal Server | Something went wrong. |
1001 | Page Not Found | The route you're looking for does not exist. |
1002 | Unparseable Date Format | Could not parse date. Please try ISO 8601 calendar date in extended format (YYYY-MM-DD). |
1003 | Missing Request Parameter | At least one parameter is missing. Cannot continue with the request. |
1004 | Unauthorized | Invalid or expired authentication. |
1005 | Invalid Limit Value | The limit parameter value cannot be negative. |
1006 | Invalid Sort Pattern | The sort parameter value must match the field_name_order pattern (example: "email_asc "). |
1007 | Invalid Method Argument | At least one argument is invalid. Cannot continue with the request. |
1008 | Archived Customer | The Customer is archived. Cannot continue with the request. |
1009 | Archived Pool | The Pool is archived. Cannot continue with the request. |
1010 | Inactive Customer | The Customer is not active. Cannot continue with the request. |
1011 | Customer Not In Updatable Status | Customer not in updatable status. Cannot continue with the request. |
1012 | Customer resources not yet created | Resources not yet created, please try again in a few seconds |
1013 | Invalid value(s) in filter parameter | At least one provided parameter used for filtering results has an invalid format |
1014 | Invalid Parameter | At least one parameter is missing or invalid. Cannot continue with the request. |
1015 | Malformed request body | Request body is not valid JSON |
1016 | External uid is already taken | External uid must be unique |
1017 | Invalid Offset Value | The offset parameter value cannot be negative |
1018 | Blank External uid | External uid must be present |
Updated 20 days ago