Table of Contents

Class DeviceDeregistrationError

Namespace
ScanbotSDK.MAUI.Core.Licensing
Assembly
ScanbotSDK.Shared.dll

Description of error that occurred during device deregistration.

public class DeviceDeregistrationError
Inheritance
DeviceDeregistrationError
Inherited Members

Properties

DeviceId

Sequential number of the device registration. Starts with 0. Each time a call to initializeLicense with a new license is made, the device ID.

public required int DeviceId { get; init; }

Property Value

int

ErrorMessage

Error message describing the error.

public required string ErrorMessage { get; init; }

Property Value

string