Bolt.Sips v0.4.10 Bolt.Sips.Exception exception View Source

This module defines a Bolt.Sips.Exception structure 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() :: %Bolt.Sips.Exception{__exception__: term(), code: term(), message: term()}

Link to this section Functions

Link to this function exception(msg) View Source
exception(keyword()) :: Exception.t()
exception(String.t()) :: Exception.t()

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.