Job failed response Interface Represents a failed job response.

interface IJobFailedResponse {
    id: string;
    message: string;
    status: Failed;
}

Properties

Properties

id: string

The ID of the job.

message: string

The error message.

status: Failed

The status of the job.