RadixError exception (Radix v0.3.0) View Source

RadixError provides information on error conditions that may occur.

Link to this section Summary

Types

t()

An exception struct whose reason field contains a tuple with an error_id and the offending data.

Link to this section Types

Specs

t() :: %RadixError{__exception__: term(), data: any(), reason: atom()}

An exception struct whose reason field contains a tuple with an error_id and the offending data.

Link to this section Functions

Callback implementation for Exception.message/1.