Returned when a Money operation overflows the 64-bit integer range. See Money usage for more information.

interface MoneyOverflowError {
    code: "MoneyOverflow";
    message: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "MoneyOverflow"
message: string

"A Money operation resulted in an overflow."