ExGram.Error exception (ex_gram v0.28.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Error{
  __exception__: term(),
  code: number() | atom(),
  message: String.t() | any(),
  metadata: any()
}