ExDgraph v0.2.0-alpha.3 ExDgraph.Exception exception View Source

This module defines a ExDgraph.Exception containing two fields:

  • code - the error code
  • message - the error details

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 t() View Source
t() :: %ExDgraph.Exception{__exception__: term(), code: term(), message: term()}

Link to this section Functions

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.