List of the items and the corresponding error message(s) per failed batch.

interface FailedBatch {
    errorMessage?: string;
    items?: VisionAllOfFileId[];
}

Properties

errorMessage?: string

The error message(s) of the failed batch.

List of the items in the failed batch.