View Source ExTier.Error (ex_tier v0.11.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExTier.Error{
  code: String.t(),
  message: String.t(),
  status: non_neg_integer()
}