BulkEnrollmentOperationError Class

Definition

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