BulkEnrollmentOperationError Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperationError

public class BulkEnrollmentOperationError

Representation of a single Device Provisioning Service device registration operation error.

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"

}

</code></pre></p>

Applies to