ExDgraph v0.2.0-beta.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

Link to this section Types

Link to this type

t() View Source
t() :: %ExDgraph.Exception{__exception__: term(), code: term(), message: term()}