Home
last modified time | relevance | path

Searched refs:AFCError (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DAFCClient.ts20 AFCError,
160 let reject: (err: AFCError) => void;
180 .catch((err: AFCError) => {
/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts9 import { AFC_STATUS, AFCError } from './protocol/AFCProtocol';
175 if (err instanceof AFCError && err.status === AFC_STATUS.OBJECT_NOT_FOUND) {
/expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/
H A DAFCProtocol.ts348 export class AFCError extends Error { class
368 this.requestCallbacks[resp.id](resp, new AFCError(AFC_STATUS[resp.data], resp.data));