Searched refs:RelapseCode (Results 1 – 3 of 3) sorted by relevance
2 import { RelapseCode } from './protocol';44 json = JSON.stringify({ code: RelapseCode.SerializationError, call: message.call });56 code: RelapseCode.ProxyCall,
4 import { RelapseCode } from './protocol';28 if (body.code === RelapseCode.SerializationError) {30 } else if (body.code === RelapseCode.ProxyCall) {
1 export const RelapseCode = { variable