CalculationOverflowError: RetirementCalculatorError & {
    name: "CalculationOverflowError";
    message: "Calculation resulted in numeric overflow";
}

Error thrown when calculation results in numeric overflow.

Type declaration

  • name: "CalculationOverflowError"
  • message: "Calculation resulted in numeric overflow"

Generated using TypeDoc