About the BatchResponse class
The BatchResponse class contains methods which define the results of the executeBatch method. The Batch Response object contains the following attributes:
*
BatchStatusCode—The highest Status Code value for all the responses requested by the executeBatch method.
*
Responses—An array of the Response objects requested by the executeBatch method.
getBatchStatusCode
getResponses