Errors
Table of Contents
Errors
If something is not quite right - whether it is on our side or on the cliens our API wil give you error messages in this format:
{
"errorCode": "serverError",
"error": "Email and Password must be filled."
}
You can use the error code to bind a clientside interaction to a specific errorCode or simply display the error field to the user as it should be more or less human readable just to be on the safe side.