Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/api/rest/
H A Dclient.ts22 readonly expoApiV2ErrorCode: string; property in ApiV2Error
36 this.expoApiV2ErrorCode = response.code;
/expo/packages/@expo/cli/src/api/rest/__tests__/
H A Dclient-test.ts38 expect(error.expoApiV2ErrorCode).toEqual('TEST_CODE');
69 expect(error.expoApiV2ErrorCode).toEqual('AUTHENTICATION_ERROR');
/expo/packages/@expo/cli/src/api/user/
H A Dactions.ts82 if (e instanceof ApiV2Error && e.expoApiV2ErrorCode === 'ONE_TIME_PASSWORD_REQUIRED') {