ex_multipass v0.2.0 ExMultipass.CryptoError exception View Source

Error handler for encryption/decryption related errors.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExMultipass.CryptoError{
  __exception__: term(),
  message: String.t(),
  reason: atom()
}