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