package
Version:
v3.0.0-alpha.1
Opens a new window with list of versions in this module.
Published: Apr 22, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package errors defines error values and helpers for Engine.IO server and transport implementations.
View Source
var (
ErrTransportFailure = errors.New("transport failure")
ErrUnsupportedTransport = errors.New("unsupported transport name")
ErrTransportNotImplemented = errors.New("transport creation not implemented")
ErrInvalidHeartbeat = errors.New("invalid heartbeat direction")
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.