ValidationException¶
Error Class¶
ValidationException
dataclass
¶
Bases: ServiceError
The exception that occurs when the input fails to satisfy the constraints specified by the service. Check the error message for details about which input parameter is invalid and correct your request.
Attributes¶
field_list
class-attribute
instance-attribute
¶
field_list: list[ValidationExceptionField] | None = None