Bolt.Sips v2.0.11 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

Link to this section Types

Link to this type

t()

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