Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/evoluhq/evolu
/ FetchError
Interface
FetchError
packages/evolu/src/Platform.ts:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
* or the server cannot be reached.
34
*/
35
export
interface
FetchError {
36
readonly _tag:
"FetchError"
;
37
}
38
39
export
const
FetchLive = Layer.succeed(
40
Fetch,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected