slax v0.1.3 Slax.Event.Error View Source

Event sent when an 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 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.Error{description: String.t()}

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

  • description - A string describing the error