BulkEnrollmentOperationError Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. provisioning. service. configs. BulkEnrollmentOperationError
- com.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java