Skip to main content
Version: 8.9 (unreleased)

Type Alias: JobErrorRequest

type JobErrorRequest = object;

Defined in: gen/types.gen.ts:3730

Properties

errorCode

errorCode: string;

Defined in: gen/types.gen.ts:3735

The error code that will be matched with an error catch event.


errorMessage?

optional errorMessage: string | null;

Defined in: gen/types.gen.ts:3740

An error message that provides additional context.


variables?

optional variables:
| {
[key: string]: unknown;
}
| null;

Defined in: gen/types.gen.ts:3745

JSON object that will instantiate the variables at the local scope of the error catch event that catches the thrown error.