Error codes returned by the Backend Services RESTful API:
Error Code | HTTP Status Code | Error Message | Description | Returned By |
---|---|---|---|---|
1 | 500 | Unexpected error. | All | Represents an error that doesn't fall into any other category. |
107 | General database error. | All | A problem occurred while working with the database. The error message will contain more information about the error. | |
107 | 400 | The operation results in a duplicate key for a unique index. | Create | You are trying to create an item with a field that requires a unique value (for example: "Id"). The error shows that an item with such value already exists. |
107 | 400 | Duplicate values already exist for field Number of content type "New". | Update field | You are trying to enforce a uniqueness constraint on the values of a field but the field already contains non-unique values. |
201 | 409 | A user with the same username already exists. | Register user, Update user | The name of the user account you are creating or updating already exists. |
202 | 400 | No |