View Source A2S.ParseError exception (elixir_a2s v0.4.3)

Struct representing an error encountered in parsing an A2S response.

Summary

Functions

Callback implementation for Exception.message/1.

Types

@type t() :: %A2S.ParseError{
  __exception__: true,
  data: binary(),
  exception: term(),
  response_type: atom() | nil
}

Functions

Callback implementation for Exception.message/1.