Skip to main content

Interface: IStartOperationResponse

nexus.v1.IStartOperationResponse

Properties of a StartOperationResponse.

Hierarchy

Properties

asyncSuccess

Optional asyncSuccess: null | $Properties

StartOperationResponse asyncSuccess

Inherited from

$Properties.asyncSuccess


failure

Optional failure: null | $Properties

The operation completed unsuccessfully (failed or canceled). Failure object must contain an ApplicationFailureInfo or CanceledFailureInfo object.

Inherited from

$Properties.failure


operationError

Optional operationError: null | $Properties

The operation completed unsuccessfully (failed or canceled). Deprecated. Use the failure variant instead.

Inherited from

$Properties.operationError


syncSuccess

Optional syncSuccess: null | $Properties

StartOperationResponse syncSuccess

Inherited from

$Properties.syncSuccess


variant

Optional variant: "failure" | "syncSuccess" | "asyncSuccess" | "operationError"

StartOperationResponse variant

Inherited from

$Properties.variant