BadEnumSymbol
dev.constructive.eo.avro.AvroFailure.BadEnumSymbol
Walker reached an enum value whose runtime symbol is not a member of the schema's declared symbol set. Schema-driven; no JSON analogue.
Attributes
- Source
- AvroFailure.scala
Members list
Value members
Inherited methods
Human-readable diagnostic. Kept separate from toString so the default enum representation remains useful for structural inspection / pattern-matching-in-tests.
Human-readable diagnostic. Kept separate from toString so the default enum representation remains useful for structural inspection / pattern-matching-in-tests.
Attributes
- Inherited from:
- AvroFailure
- Source
- AvroFailure.scala
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
- Inherited from:
- Product
- Source
- Product.scala
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product
- Source
- Product.scala
In this article