Error codes shared across all SDK domains. Use these as named constants rather than raw strings.
if (err.code === GeneralErrorCode.NotConnected) showOfflineBanner() Copy
if (err.code === GeneralErrorCode.NotConnected) showOfflineBanner()
Error codes shared across all SDK domains. Use these as named constants rather than raw strings.