UNPKG

expo-app-integrity

Version:
16 lines 542 B
import { type AppIntegrityError, ErrorResolutionTypes } from './types'; export declare const unhandledException: (originalMessage: string) => AppIntegrityError & { originalMessage: string; }; export declare const PlatformAgnosticErrors: { UNSUPPORTED_PLATFORM: { code: string; errorCode: number; documentation: string; detail: string; userFriendlyMessage: string; resolution: string; resolutionType: ErrorResolutionTypes; }; }; //# sourceMappingURL=PlatformAgnostic.d.ts.map