UDXExceptionUtils class

Utility functions for UDX exception handling

Constructors

UDXExceptionUtils.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

safeClose(Future<void> closeOperation(), String resourceName) Future<void>
Safely closes a resource with error handling
safeCloseAll(Map<String, Future<void> Function()> resources) Future<void>
Safely closes multiple resources
withTimeout<T>(Future<T> operation, Duration timeout, String context) Future<T>
Creates a timeout wrapper for UDX operations