Skip to main content

cleanup_on_error

Function cleanup_on_error 

Source
async fn cleanup_on_error<E, C>(
    request_id: &str,
    registry: &TransferRegistryHandle,
    lock_registry: &LockRegistry,
    lock_id: &LockId,
    channel: &E,
    error: AppError,
    log: &NotificationLogHandle,
    os_notifier: &OsNotifier<C>,
)