| /expo/packages/expo-updates/ios/Tests/ |
| H A D | ErrorRecoverySpec.swift | 96 let error = NSError(domain: "wat", code: 1) in spec() variable 120 let error = NSError(domain: "wat", code: 1) in spec() variable 138 let error = NSError(domain: "wat", code: 1) in spec() variable 159 let error = NSError(domain: "wat", code: 1) in spec() variable 187 let error = NSError(domain: "wat", code: 1) in spec() variable 213 let error = NSError(domain: "wat", code: 1) in spec() variable 260 let error = NSError(domain: "wat", code: 1) in spec() variable 287 let error = NSError(domain: "wat", code: 1) in spec() variable 330 let error = NSError(domain: "wat", code: 1) in spec() variable 357 let error = NSError(domain: "wat", code: 1) in spec() variable [all …]
|
| /expo/packages/expo/build/errors/ |
| H A D | ExpoErrorManager.native.js | 3 function customizeUnavailableMessage(error) { argument 6 function customizeModuleIsMissingMessage(error) { argument 11 function customizeError(error) { argument 21 function errorHandler(originalHandler, error, isFatal) { argument
|
| /expo/packages/@expo/cli/e2e/__tests__/ |
| H A D | login-test.ts | 59 const error = e as ExecaError; constant 69 const error = e as ExecaError; constant 80 const error = e as ExecaError; constant
|
| H A D | register-test.ts | 56 const error = e as ExecaError; constant 66 const error = e as ExecaError; constant
|
| H A D | whoami-test.ts | 54 const error = e as ExecaError; constant 78 const error = e as ExecaError; constant
|
| /expo/packages/expo-dev-launcher/build/ |
| H A D | DevLauncherErrorManager.js | 12 function customizeUnavailableMessage(error) { argument 15 function customizeModuleIsMissingMessage(error) { argument 20 function customizeError(error) { argument 36 function errorHandler(originalHandler, error, isFatal) { argument
|
| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | ExceptionsSpec.swift | 10 let error = TestException() in spec() variable 15 let error = TestException() in spec() variable 20 let error = TestException() in spec() variable 63 if let error = error as? TestException, let cause = error.cause as? TestExceptionCause { in spec() variable
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | ExceptionsSpec.swift | 10 let error = TestException() in spec() variable 15 let error = TestException() in spec() variable 20 let error = TestException() in spec() variable 63 if let error = error as? TestException, let cause = error.cause as? TestExceptionCause { in spec() variable
|
| /expo/packages/expo-image/ios/ |
| H A D | BlurhashLoader.swift | 19 let error = makeNSError(description: "URL provided to BlurhashLoader is missing") variable 24 let error = makeNSError(description: "Image source was not provided to the context") variable 40 let error = makeNSError(description: "Unable to generate an image from the given blurhash") variable
|
| /expo/ios/versioned/sdk49/ExpoImage/ |
| H A D | BlurhashLoader.swift | 19 let error = makeNSError(description: "URL provided to BlurhashLoader is missing") variable 24 let error = makeNSError(description: "Image source was not provided to the context") variable 40 let error = makeNSError(description: "Unable to generate an image from the given blurhash") variable
|
| /expo/ios/versioned/sdk48/ExpoImage/ |
| H A D | BlurhashLoader.swift | 19 let error = makeNSError(description: "URL provided to BlurhashLoader is missing") variable 24 let error = makeNSError(description: "Image source was not provided to the context") variable 40 let error = makeNSError(description: "Unable to generate an image from the given blurhash") variable
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | UpdatesStateMachine.swift | 54 var error: Error? { get } variable 62 let error: Error? = nil variable 70 let error: Error? = nil variable 78 let error: Error? = nil variable 86 var error: Error? { variable 96 var error: Error? { variable 106 let error: Error? = nil variable 114 let error: Error? = nil variable 122 let error: Error? = nil variable 130 let error: Error? = nil variable [all …]
|
| /expo/packages/expo-router/build/views/ |
| H A D | Try.js | 12 static getDerivedStateFromError(error) { argument 19 this.setState({ error: undefined }, () => { property 30 return react_1.default.createElement(ErrorBoundary, { error: error, retry: this.retry }); property
|
| /expo/packages/expo-face-detector/ios/EXFaceDetector/ |
| H A D | EXFaceDetector.m | 25 { 45 { 59 {
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | UpdatesStateMachine.swift | 54 var error: [String: String]? { get } variable 62 let error: [String: String]? = nil variable 70 let error: [String: String]? = nil variable 78 let error: [String: String]? = nil variable 86 var error: [String: String]? { variable 96 var error: [String: String]? { variable 106 let error: [String: String]? = nil variable 114 let error: [String: String]? = nil variable 122 let error: [String: String]? = nil variable 131 let error: [String: String]? = nil variable [all …]
|
| /expo/packages/expo-auth-session/src/ |
| H A D | Errors.ts | 10 error: string; property 92 const { error, error_description, error_uri } = params; constant 93 const message = errorCodeMessages[errorCodeType][error]; constant
|
| /expo/packages/expo-location/build/ |
| H A D | GeolocationPolyfill.js | 34 function getCurrentPosition(success, error = () => { }, options = {}) { argument 39 async function _getCurrentPositionAsyncWrapper(success, error, options) { argument 50 function watchPosition(success, error, options) { argument
|
| /expo/packages/expo-local-authentication/ios/ |
| H A D | LocalAuthenticationModule.swift | 10 var error: NSError? in definition() variable 19 var error: NSError? in definition() variable 42 var error: NSError? in definition() variable 105 if let error = error as? NSError { in definition() variable
|
| /expo/ios/versioned/sdk49/ExpoLocalAuthentication/ |
| H A D | LocalAuthenticationModule.swift | 10 var error: NSError? in definition() variable 19 var error: NSError? in definition() variable 42 var error: NSError? in definition() variable 105 if let error = error as? NSError { in definition() variable
|
| /expo/ios/versioned/sdk48/ExpoLocalAuthentication/ |
| H A D | LocalAuthenticationModule.swift | 10 var error: NSError? in definition() variable 19 var error: NSError? in definition() variable 42 var error: NSError? in definition() variable 105 if let error = error as? NSError { in definition() variable
|
| /expo/packages/@expo/cli/src/start/doctor/__tests__/ |
| H A D | Prerequisite-test.ts | 5 const error = new PrerequisiteCommandError('TEST', 'message'); constant 10 const error = new PrerequisiteCommandError('message'); constant
|
| /expo/ios/versioned/sdk48/ExpoImage/Loaders/ |
| H A D | PhotoLibraryAssetLoader.swift | 24 let error = makeNSError(description: "Unauthorized access to the Photo Library") variable 32 …let error = makeNSError(description: "Unable to obtain the asset identifier from the url: '\(url?.… variable 37 …let error = makeNSError(description: "Asset with identifier '\(assetLocalIdentifier)' not found in… variable
|
| /expo/packages/@expo/package-manager/src/utils/__tests__/ |
| H A D | spawn-test.ts | 41 const error = new Error('foo'); constant 52 const error = new Error('foo'); constant
|
| /expo/packages/expo-image/ios/Loaders/ |
| H A D | PhotoLibraryAssetLoader.swift | 24 let error = makeNSError(description: "Unauthorized access to the Photo Library") variable 32 …let error = makeNSError(description: "Unable to obtain the asset identifier from the url: '\(url?.… variable 37 …let error = makeNSError(description: "Asset with identifier '\(assetLocalIdentifier)' not found in… variable
|
| /expo/ios/versioned/sdk49/ExpoImage/Loaders/ |
| H A D | PhotoLibraryAssetLoader.swift | 24 let error = makeNSError(description: "Unauthorized access to the Photo Library") variable 32 …let error = makeNSError(description: "Unable to obtain the asset identifier from the url: '\(url?.… variable 37 …let error = makeNSError(description: "Asset with identifier '\(assetLocalIdentifier)' not found in… variable
|