Contruct an instance of DecodeFailure
.
The input value that corresponds to the place where the decoder failed to generate a valid result.
The error messages associated with the reason why the decoder failed.
These placeholder (_I
, _O
, _E
) types are not expected to bring any
value. They exist to allow inspecting the main types of a DecodeResult at
compile time.
See _E.
See _E.
Contains all the possible reasons of why a decoder failed.
Type discriminator
See {@link DecodeResultBase.getUnsafeFailure}
Provides a human readable representation of the value. Mostly for debugging.
Type that represent a failed decoding.