ValidationError
| Field | Type | Required | Description |
|---|---|---|---|
code |
string |
yes | machine readable error code one of: INVALID_TOKEN, ALREADY_CONNECTED |
field |
string |
yes | the parameter-field, that failed to validate, like “sequenceId” |
message |
string |
yes | human readable error code |
value |
string |
the value, that was sent, like “xxx” |
Example
Section titled “Example”{ "code": "INVALID_TOKEN", "field": "string", "message": "string", "value": "string"}
