ex_openssl v0.1.3 ExOpenssl.Errors.Error exception

Openssl Error representation

Link to this section Summary

Functions

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

Callback implementation for Exception.message/1.