Home
last modified time | relevance | path

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

/expo/apps/bare-expo/relapse/
H A Dprotocol.js3 SerializationError: '__RELAPSE_SERIALIZATION_ERROR__', property
H A Dclient.js44 json = JSON.stringify({ code: RelapseCode.SerializationError, call: message.call });
H A Dserver.js28 if (body.code === RelapseCode.SerializationError) {