Description of error that occurred during device deregistration.

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?): { readonly deviceId?: number | undefined; readonly errorMessage?: string | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
    }

    • Optional Readonly 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.

    • Optional Readonly errorMessage?: string

      Error message describing the error.

    • serialize?:function
      • Parameters

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