Package version:

This class contains the error details per object.

interface JobErrorDetails {
    creationTime?: any;
    errorLevel?: string;
    providerErrorDetails?: ProviderError;
    serviceErrorDetails?: ServiceError;
    taskId?: string;
}

Properties

creationTime?: any

The creation time of job error.

errorLevel?: string

Error level of error.

providerErrorDetails?: ProviderError

The Provider error details.

serviceErrorDetails?: ServiceError

The Service error details.

taskId?: string

The Id of the task.