reactive/core/rx_error_handling library

Classes

RxCircuitBreaker
Circuit breaker for reactive operations
RxErrorConfig
Error handling configuration
RxErrorUtils
Utility functions for error handling
RxFailure<T>
Failure result
RxResult<T>
Result wrapper for operations that can fail
RxSuccess<T>
Success result

Extensions

RxAsyncErrorHandling on Rx<T>
Async error handling extensions
RxErrorHandling on Rx<T>
Error handling extensions for reactive values
RxNullableErrorHandling on Rx<T?>
Error handling for nullable reactive values

Functions

getRxErrorConfig() RxErrorConfig
Get current error configuration
setRxErrorConfig(RxErrorConfig config) → void
Set global error handling configuration

Exceptions / Errors

RxException
Exception thrown when reactive value operations fail