Contains the batch request error details associated with the request.

interface BatchItemError {
    Code?: BatchItemErrorCode;
    Message?: string;
}

Properties

Properties

The error code associated with the batch request error.

Message?: string

A message with the reason for the batch request error.