ParseErrorAnyOf¶
- class ParseErrorAnyOf[source]¶
JSON shape of AnyOf.
- branches: Sequence[ParseErrorAllOf | ParseErrorLeaf | ParseErrorAt | ParseErrorAnyOf]¶
The error from each alternative parser, in declaration order.
JSON shape of AnyOf.
The error from each alternative parser, in declaration order.