errors

package
v3.0.0-rc.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package errors defines error values and helpers for Engine.IO server and transport implementations.

Index

Constants

This section is empty.

Variables

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")
)

Functions

func NewTransportError

func NewTransportError(reason string, description error) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL