Avro schema resolution refused — the read schema (what the bytes were written under) and the write schema (the resolve target) aren't compatible, so ResolvingDecoder can't translate the payload. The wrapped Throwable is whatever apache-avro's resolving GenericDatumReader threw (typically an AvroTypeException). Surfaced by AvroCodec.decodeResolvedRecord / decodeResolvedValue and the ConfluentWire resolving reader.
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.