public class BulkEnrollmentOperationError extends Object
This error is returned as a result of the
ProvisioningServiceClient.runBulkEnrollmentOperation(BulkOperationMode, Collection),
in the BulkEnrollmentOperationResult.
The following JSON is an example of a single error operation from a Bulk operation
{
"registrationId":"validRegistrationId1",
"errorCode":200,
"errorStatus":"Succeeded"
}
| Modifier and Type | Method and Description |
|---|---|
Integer |
getErrorCode()
Getter for the error code.
|
String |
getErrorStatus()
Getter for the error status.
|
String |
getRegistrationId()
Getter for the error registrationId.
|
public String getRegistrationId()
String with the registrationId content. It cannot be null.public Integer getErrorCode()
Integer with the errorCode content. It cannot be null.public String getErrorStatus()
String with the errorStatus content. It can be null.Copyright © 2021. All rights reserved.