ex_openssl v0.1.1 ExOpenssl.Errors.Error exception

Openssl Error representation

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()
t() :: %ExOpenssl.Errors.Error{__exception__: true, code: integer(), data: nil | String.t(), file: nil | String.t(), function: nil | String.t(), library: nil | String.t(), line: nil | integer(), reason: nil | String.t()}

Link to this section Functions

Link to this function exception(args)
exception(keyword()) :: Exception.t()

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.