EasyPost v0.1.1 EasyPost.Error exception View Source

Link to this section Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Link to this section Types

Link to this type field_error() View Source
field_error() :: %{field: String.t, message: String.t}
Link to this type t() View Source
t() :: %EasyPost.Error{__exception__: term, code: String.t, errors: [field_error], message: String.t}

Link to this section Functions

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.