Skip to content

GeneralErrorCode

type GeneralErrorCode = typeof GeneralErrorCode[keyof typeof GeneralErrorCode];

Defined in: errors.ts:10

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

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