MCPcopy Create free account
hub / github.com/koding/kite / ErrSession

Struct ErrSession

sockjsclient/sockjsclient.go:37–41  ·  view source on GitHub ↗

ErrSession is returned by Send/Recv methods when the underlying session state change is responsible for the failure.

Source from the content-addressed store, hash-verified

35// the underlying session state change is responsible
36// for the failure.
37type ErrSession struct {
38 Type config.Transport
39 State sockjs.SessionState // session state
40 Err error // more detailed description of the problem
41}
42
43var stateTexts = map[sockjs.SessionState]string{
44 sockjs.SessionActive: "session is active",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected