UDXExceptionHandler class

Centralized UDX exception handler with retry logic

Constructors

UDXExceptionHandler.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

classifyUDXException(dynamic error, String context, StackTrace stackTrace) UDXTransportException
Classifies UDX exceptions into appropriate exception types
handleUDXOperation<T>(Future<T> operation(), String context, {UDXRetryConfig retryConfig = UDXRetryConfig.regular, bool shouldRetry(dynamic error)?}) Future<T>
Handles UDX operations with comprehensive exception handling and retry logic
shouldRetryError(UDXTransportException error, bool customShouldRetry(dynamic error)?) bool
Determines if an error should be retried