View Source Bolt.Sips.Exception exception (Boltx v0.0.1)

This module defines a Bolt.Sips.Exception structure containing two fields:

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

Summary

Types

@type t() :: %Bolt.Sips.Exception{__exception__: true, code: term(), message: term()}