Exception raised when decoding fails.
This exception is raised when the decoder encounters an error while parsing TOON format strings. It includes detailed information about the error location and context.
Summary
Functions
Creates a new DecodeError.
Types
@type t() :: %ToonEx.DecodeError{ __exception__: true, column: pos_integer() | nil, context: String.t() | nil, input: String.t() | nil, line: pos_integer() | nil, message: String.t(), reason: term() }