ex_multipass v0.2.0 ExMultipass.JSONDecodingError exception View Source

Error handler for JSON decoding errors.

Link to this section Summary

Link to this section Types

Link to this type

t()

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