Add IN_PROGRESS return code, handle for async backends

This commit is contained in:
Tim Wojtulewicz 2025-03-09 20:48:26 -07:00
parent 60aa987e06
commit c7503654e8
6 changed files with 21 additions and 11 deletions

View file

@ -6246,7 +6246,10 @@ export {
## Generic disconnection failure.
DISCONNECTION_FAILED,
## Generic initialization failure.
INITIALIZATION_FAILED
INITIALIZATION_FAILED,
## Returned from async operations when the backend is waiting
## for a result.
IN_PROGRESS,
} &redef;
## Returned as the result of the various storage operations.