toloka.client.batch_create_results.FieldValidationError
| Source code
FieldValidationError( self, *, code: Optional[str] = None, message: Optional[str] = None, params: Optional[List[Any]] = None)
An error that contains information about an invalid field.
Parameters | Type | Description |
---|---|---|
code | Optional[str] | The error code. |
message | Optional[str] | The error message. |
params | Optional[List[Any]] | A list with additional parameters describing the error. |
Last updated: August 28, 2023