PTAX.Error exception (ptax v1.1.2)

Link to this section Summary

Link to this section Types

@type t() :: %PTAX.Error{
  __exception__: term(),
  code: atom(),
  details: binary(),
  message: binary(),
  status: number()
}

Link to this section Functions

@spec new(Enum.t()) :: t()