ex_gram v0.6.0 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() | atom(),
  message: String.t() | any(),
  metadata: any()
}

Link to this section Functions

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.