Home
last modified time | relevance | path

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

/expo/apps/bare-expo/relapse/
H A Dclient.js2 import { RelapseCode } from './protocol';
44 json = JSON.stringify({ code: RelapseCode.SerializationError, call: message.call });
56 code: RelapseCode.ProxyCall,
H A Dserver.js4 import { RelapseCode } from './protocol';
28 if (body.code === RelapseCode.SerializationError) {
30 } else if (body.code === RelapseCode.ProxyCall) {
H A Dprotocol.js1 export const RelapseCode = { variable