Class BatchResult
Holds information about the outcome of each batch request
Inherited Members
Namespace: PnP.Core.Services
Assembly: PnP.Core.dll
Syntax
public class BatchResult
Properties
ApiBody
ApiMethod
ApiRequest
ApiResponse
The response content from the batch request
Declaration
public string ApiResponse { get; }
Property Value
| string |
ApiType
BatchRequestId
Id of the BatchRequest this result is for
Declaration
public Guid BatchRequestId { get; }
Property Value
| Guid |
Error
If an error happened then the error information is stored here
Declaration
public ServiceError Error { get; }
Property Value
| ServiceError |
StatusCode
Status code of the request
Declaration
public HttpStatusCode StatusCode { get; }
Property Value
| HttpStatusCode |