capacitor-plugin-scanbot-barcode-scanner-sdk
    Preparing search index...

    Class DeviceDeregistrationError

    Description of error that occurred during device deregistration.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    deviceId: number

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

    errorMessage: string

    Error message describing the error.

    Methods

    • Parameters

      Returns {
          deviceId?: number;
          errorMessage?: string;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { readonly deviceId?: number | undefined; readonly errorMessage?: string | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
      }

      • Optional ReadonlydeviceId?: number

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

      • Optional ReadonlyerrorMessage?: string

        Error message describing the error.

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { readonly deviceId?: number | undefined; readonly errorMessage?: string | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }