BlogEngine.Error exception (blog_engine v0.1.0)

Copy Markdown View Source

Stable error value returned by BlogEngine operations.

Summary

Types

t()

@type t() :: %BlogEngine.Error{
  __exception__: true,
  code: atom() | String.t(),
  details: map(),
  message: String.t()
}