View Source Tumbloire.Error exception (Tumbloire v0.1.0)

The Error struct.

Summary

Types

@type t() :: %Tumbloire.Error{
  __exception__: true,
  message: String.t(),
  status: non_neg_integer()
}