Example error result response body
{ "errorCode": 400, "errorDescription":"BadRequest", "textResult": "User is not created, there are validation errors", "validationErrors": ["A user with this UserName already exists"], "dataResult": "" }
Response body parameters
Parameter | Description |
---|---|
{errorCode} | The error code, this will always represent a HTTP status code. |
{errorDescription} | Description of the HTTP status code. |
{textResult} | Text result of the error result. It is a friendly message with the reason why the resource could not be (fully) created, (fully) updated or deleted. |
{validationErrors} | A list with validation error messages. |
{dataResult} | If there was a error but data could be created, updated this field will represent that data. |
Please also see common HTTP status codes.