CPF v0.5.0 CPF.ParsingError exception View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %CPF.ParsingError{
  __exception__: term(),
  reason: :invalid_verifier | :too_long | :same_digits | :invalid_format
}

Link to this section Functions

Callback implementation for Exception.message/1.