STRICH SDK error class

Hierarchy

  • Error
    • SdkError

Properties

cause?: Error

An optional underlying error that caused this error.

detailMessage?: string

An optional detail message to display to disambiguate multiple errors (not-translated)

duringCameraAccess: boolean

Flag indicating if this error is related to camera access.

localizedMessage: string

A localized error message, if available, otherwise this will contain the non-localized message.

Methods

  • Create an SDK error for a license checking error including detail.

    This sets the detailMessage member but also adds the detail message to message itself, as it contains valuable hints as to why the license check failed.

    Parameters

    • detailMessage: string

    Returns SdkError

Generated using TypeDoc