Represents a decoding with a decoding error.
Combine this decoding failure with another decoding failure.
Decoding failure to combine with this.
Apply an operation on every decoding error and an array of paths where that error occurred.
operation
Transform decoding errors by applying a transformer on every error and an array of paths where that error occurred.
type of transformation result
transformer function
Generated using TypeDoc
Represents a decoding with a decoding error.