Expand description
Module containing custom error types used throughout the library.
This module provides specialized error types for handling different error scenarios, such as illegal arguments and illegal states.
Enums§
- Lightstreamer
Error - Unified error type for the Lightstreamer client library.
Type Aliases§
- Illegal
Argument Exception Deprecated - Legacy exception type for backward compatibility.
Prefer using
LightstreamerError::InvalidArgumentdirectly. - Illegal
State Exception Deprecated - Legacy exception type for backward compatibility.
Prefer using
LightstreamerError::InvalidStatedirectly. - Result
- Type alias for Results using LightstreamerError.