errors.go
errors.go - Overview
This file defines custom error variables used within the iomultiplexer
package.
Detailed Documentation
ErrInvalidMaxClients
- Purpose: This error is returned when the
maxClients
value provided is invalid (less than 0). - Type:
error
- Value:
errors.New("invalid max clients")