uCalc API Version: 2.1.3-preview.2 Released: 6/16/2026

Warning

uCalc API Preview Release Notice:The documentation describes the intended behavior of the API. The current preview build contains incomplete features, unoptimized performance, and is subject to breaking changes.

ErrorHandlerResponse

Enum

Product: 

Class: 

Error hander responses

Name Value Description
Abort

Immediately stops parsing

Resume

Continues parsing or evaluating (after the handler resolves the error)

ReRaise

Raises the same error again for the next uCalc error handler to take care of

Remarks

Use this to set the option for [topic: uCalc.ErrorResponse].

It is also the return value of [topic: uCalc.Callback.ErrorRaise] and [topic: uCalc.Callback.ErrorRaiseMessage]

Examples