MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / ErrTooManySessions

Struct ErrTooManySessions

internal/security/handler_ssh.go:217–219  ·  view source on GitHub ↗

ErrTooManySessions indicates that too many sessions were opened in the same connection.

Source from the content-addressed store, hash-verified

215
216// ErrTooManySessions indicates that too many sessions were opened in the same connection.
217type ErrTooManySessions struct {
218 labels message.Labels
219}
220
221// Label adds a label to the message.
222func (e *ErrTooManySessions) Label(name message.LabelName, value message.LabelValue) message.Message {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected