Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidCurrencyCode = money.ErrInvalidCurrency
ErrInvalidCurrencyCode is returned when a currency code is invalid. Deprecated: Use money.ErrInvalidCurrency instead
View Source
var ErrInvalidDecimalPlaces = money.ErrInvalidAmount
ErrInvalidDecimalPlaces is returned when a monetary amount has more decimal places than allowed by the currency. Deprecated: use currency.ErrInvalidDecimals
View Source
var ErrUnsupportedCurrency = errors.New("currency not supported")
ErrUnsupportedCurrency is return when currency is not supported by global registry #see: /pkg/currency
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.