Mobile Locker JavaScript SDK
    Preparing search index...

    Type Alias GeneralErrorCode

    GeneralErrorCode: typeof GeneralErrorCode[keyof typeof GeneralErrorCode]

    Error codes shared across all SDK domains. Use these as named constants rather than raw strings.

    if (err.code === GeneralErrorCode.NotConnected) showOfflineBanner()