Contains the batch request error details associated with the request.

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

Properties

Properties

Code?: string

The error code associated with the batch request error.

Message?: string

A message with the reason for the batch request error.