CPF v0.5.0 CPF.CastingError exception View Source
Link to this section Summary
Functions
Callback implementation for Exception.message/1
.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %CPF.CastingError{
__exception__: term(),
reason: :invalid_verifier | :too_long | :same_digits | :invalid_format
}
t() :: %CPF.CastingError{ __exception__: term(), reason: :invalid_verifier | :too_long | :same_digits | :invalid_format }
Link to this section Functions
Link to this function
message(casting_error) View Source
Callback implementation for Exception.message/1
.