ex_multipass v0.2.0 ExMultipass.EncodingError exception View Source

Error handler for encoding errors such as base64.

Link to this section Summary

Link to this section Types

Link to this type

t()

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