BulkEnrollmentOperationError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Representation of a single Device Provisioning Service device registration operation error.
public class BulkEnrollmentOperationError
type BulkEnrollmentOperationError = class
Public Class BulkEnrollmentOperationError
- Inheritance
-
BulkEnrollmentOperationError
Examples
The following JSON is an example of a single error operation from a Bulk operation
{
"registrationId":"validRegistrationId1",
"errorCode":200,
"errorStatus":"Succeeded"
}
Remarks
This error is returned as a result of the RunBulkOperationAsync(BulkOperationMode, IEnumerable<IndividualEnrollment>, CancellationToken) as part of the BulkEnrollmentOperationResult.
Constructors
BulkEnrollmentOperationError() |
Properties
ErrorCode |
Error code. |
ErrorStatus |
Error status. |
RegistrationId |
Registration Id. |
Applies to
Azure SDK for .NET