View Source IbanEx.Error (iban_ex v0.1.0)

Summary

Types

@type error() ::
  :unsupported_country_code
  | :invalid_format
  | :invalid_length
  | :invalid_checksum
  | :can_not_parse_map
  | atom()
@type errors() :: [error()]

Functions

@spec message(error()) :: String.t()