ParseErrorAllOf

class ParseErrorAllOf[source]

JSON shape of AllOf.

kind: Literal['all-of']

Discriminator tag.

errors: Sequence[ParseErrorAt]

At most _MAX_CHILDREN positional failures, in encounter order.

total_errors: int

Total number of failures before capping.

truncated: bool

True if total_errors exceeded _MAX_CHILDREN and errors was truncated.