-
Notifications
You must be signed in to change notification settings - Fork 0
API Host ScriptError
Liu.Yandong.Hanks edited this page Aug 21, 2026
·
3 revisions
Script-level error object exposed through runtime exceptions and script values.
Namespace: AuroraScript.Runtime.Types. Kind: class.
Back to .NET Host API Reference
Script-level error object exposed through runtime exceptions and script values.
A minimal use of ScriptError.
@module(MAIN);
export func run() {
throw new Error("invalid input");
}string MessageParameters
None.
Returns
Returns string.
AuroraStackTrace[] StackTraceParameters
None.
Returns
Returns AuroraStackTrace[].
AuroraScript.JIT 4.0.0 · Documentation Home · Repository · MIT License