MarcoPolo.Error exception

Source

Summary

exception(args)

Callback implementation for c:Exception.exception/1

message(exception)

Callback implementation for c:Exception.message/1

Types

t :: %MarcoPolo.Error{message: binary, errors: [{binary, binary}], __exception__: term}

Functions

exception(args)

Specs:

Callback implementation for c:Exception.exception/1.

Source
message(exception)

Specs:

Callback implementation for c:Exception.message/1.

Source