JobErrorDetails interface

The job error information containing List of JobErrorItem.

Properties

code

The code intended for programmatic access

errorDetails

The error details.

message

The message intended to describe 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 intended to describe the error in detail

message: string

Property Value

string