Skip to content

Documents for @litert/xxl-job-integration / Executor/Typings / IJobOpResult

Interface: IJobOpResult<T>

Defined in: src/lib/Executor/Typings.ts:61

Type Parameters

T

T = null

Properties

data?

optional data: T

Defined in: src/lib/Executor/Typings.ts:75


error

error: object

Defined in: src/lib/Executor/Typings.ts:66

The error information when an operation fails.

code

code: number

The code of the error, which is a number indicating the type of error.

msg

msg: null | string