Package ai.toloka.client.v1
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ai.toloka.client.v1.TlkException
-
- ai.toloka.client.v1.ValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValidationException extends TlkException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(ValidationError error, int statusCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,FieldValidationError>
getValidationPayload()
-
Methods inherited from class ai.toloka.client.v1.TlkException
getCode, getError, getMessage, getPayload, getRequestId, getServerMessage, getStatusCode, toString
-
-
-
-
Constructor Detail
-
ValidationException
public ValidationException(ValidationError error, int statusCode)
-
-
Method Detail
-
getValidationPayload
public java.util.Map<java.lang.String,FieldValidationError> getValidationPayload()
-
-