Discriminated union representing the outcome of an operation: either success, failure (with an error), or incomplete. Used as the return shape for operations that may need to report partial progress.
error
Discriminated union representing the outcome of an operation: either success, failure (with an
error), or incomplete. Used as the return shape for operations that may need to report partial progress.