JobErrorDetails interface

The job error information containing the list of job errors.

Properties

code

The code intended for programmatic access.

errorDetails

The error details.

message

The message that describes the error in detail.

Property Details

code

The code intended for programmatic access.

code?: string

Property Value

string

errorDetails

The error details.

errorDetails?: JobErrorItem[]

Property Value

message

The message that describes the error in detail.

message?: string

Property Value

string