slax v0.1.3 Slax.Event.InternalError View Source

Event sent when an internal error is encountered while parsing.

Contains the following keys:

  • description - A string describing the error

Link to this section Summary

Types

t()

Structure representing an internal error encountered while parsing. Contains the following keys:

  • description - A string describing the error

Link to this section Types

Link to this type t() View Source
t() :: %Slax.Event.InternalError{description: String.t()}

Structure representing an internal error encountered while parsing. Contains the following keys:

  • description - A string describing the error