Errors with the 401 code, for example:
{
"code":401,
"message":"Expired JWT Token"
}
Errors with code 422, for example:
{
"message":"The given data was invalid.",
"errors":{
"sender":[
"This value is too short. It should have 1 character or more."
]
}
}
| № | Code | Error | Description. |
|---|---|---|---|
| 1 | 422 | Max amount of cards for this user is 0 | You can only send text RCS messages. To send messages with cards, contact your manager. |
| 2 | 422 | This sender is not allowed | Check that you have entered the RCS agent correctly. To register an agent, contact your manager. |