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.
Example
Section titled “Example”if (err.code === GeneralErrorCode.NotConnected) showOfflineBanner()