Type Alias ArithmeticError

ArithmeticError: Enum<{
    DivisionByZero: undefined;
    Overflow: undefined;
    Underflow: undefined;
}>