ex_multipass v0.2.0 ExMultipass.DecodingError exception View Source

Error handler for base64 decoding errors.

Link to this section Summary

Link to this section Types

Link to this type

t()

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