Package dev.siroshun.codec4j.api.error
package dev.siroshun.codec4j.api.error
-
InterfacesClassDescriptionAn interface to indicate errors when decoding.An interface that indicates a
DecodeErrorfor custom error type.An interface that indicates aDecodeErrorwhen fatal error occurred while decoding.An interface that marks aDecodeErroras ignorable.An interface that indicates aDecodeErrorwhen the data is invalidCharacter.An interface that indicates aDecodeErrorwhen the data is invalid number.An interface that indicates aDecodeErrorwhen the data is an invalid number format.An interface that indicates aDecodeErrorwhenResult.Failureis returned when iterating elements.An interface that indicates aDecodeErrorwhen the type is different from the expected type.An interface to indicate errors when encoding.An interface that indicates aEncodeErrorfor custom error type.An interface that indicates aEncodeErrorwhen a fatal error occurred while encoding.An interface that indicates aEncodeErrorwhen the type is not writable.