MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / OnConnectError

Function OnConnectError

templates/basic-cs/Program.cs:56–59  ·  view source on GitHub ↗
(Exception e)

Source from the content-addressed store, hash-verified

54}
55
56void OnConnectError(Exception e)
57{
58 Console.WriteLine($"Connection error: {e.Message}");
59}
60
61void OnDisconnected(DbConnection conn, Exception? e)
62{

Callers 6

ConnectMethod · 0.50
HandleWebGLErrorMethod · 0.50
HandleConnectErrorMethod · 0.50
HandleConnectErrorMethod · 0.50
HandleConnectErrorMethod · 0.50
HandleConnectErrorMethod · 0.50

Calls

no outgoing calls

Tested by 4

HandleConnectErrorMethod · 0.40
HandleConnectErrorMethod · 0.40
HandleConnectErrorMethod · 0.40
HandleConnectErrorMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…