JobErrorDetails interface

The job error details. Contains list of job error items.

Properties

code

The error code intended for programmatic access.

errorDetails

The error details.

message

The error message intended to describe the error in detail.

Property Details

code

The error code intended for programmatic access.

code: string

Property Value

string

errorDetails

The error details.

errorDetails?: JobErrorItem[]

Property Value

message

The error message intended to describe the error in detail.

message: string

Property Value

string