toloka.client.exceptions.ValidationApiError
| Source code
Field validation error returned from the API Call.
Parameters | Type | Description |
---|---|---|
status_code | Optional[int] | response status code. |
request_id | Optional[str] | request ID |
code | Optional[str] | error code string |
message | Optional[str] | error message |
payload | Optional[Any] | additional payload |
invalid_fields | - | the list of the invalid fields |