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;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: "MoneyOverflow"

Error identifier.

message: string

"A Money operation resulted in an overflow."