Type Alias PatchOperationResponse

type PatchOperationResponse = {
    data?: PatchOperationValidationResult[];
    errorMessage?: string;
    failedPatchError?: ErrorResponse;
    httpStatusCode?: number;
}
Index

Properties

errorMessage?: string
failedPatchError?: ErrorResponse
httpStatusCode?: number