Skip to main content

Module error

Module error 

Source
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§

LightstreamerError
Unified error type for the Lightstreamer client library.

Type Aliases§

IllegalArgumentExceptionDeprecated
Legacy exception type for backward compatibility. Prefer using LightstreamerError::InvalidArgument directly.
IllegalStateExceptionDeprecated
Legacy exception type for backward compatibility. Prefer using LightstreamerError::InvalidState directly.
Result
Type alias for Results using LightstreamerError.