MarcoPolo.Error exception
SourceSummary↑
exception(args) | Callback implementation for |
message(exception) | Callback implementation for |
Types ↑
t :: %MarcoPolo.Error{message: binary, errors: [{binary, binary}], __exception__: term}
Functions
Specs:
- exception(Keyword.t) :: Exception.t
Callback implementation for c:Exception.exception/1
.
Specs:
- message(Exception.t) :: String.t
Callback implementation for c:Exception.message/1
.