ex_gram v0.5.0-rc3 ExGram.Error exception View Source

Link to this section Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Link to this section Types

Link to this type t() View Source
t() :: %ExGram.Error{
  __exception__: term(),
  code: number(),
  message: String.t() | nil
}

Link to this section Functions

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.