Polly > Structures > ValidationExceptionField ValidationExceptionField¶ Structure Class¶ ValidationExceptionField dataclass ¶ Information about a field that failed validation. Attributes¶ message instance-attribute ¶ message: str A message describing why the field failed validation. name instance-attribute ¶ name: str The name of the field that failed validation.