View Source CPF.ParsingError exception (CPF v1.2.0)
Link to this section Summary
Functions
Callback implementation for Exception.message/1.
Link to this section Types
@type t() :: %CPF.ParsingError{
__exception__: true,
reason: :invalid_verifier | :too_long | :same_digits | :invalid_format
}
Link to this section Functions
Callback implementation for Exception.message/1.