Interface: IStartOperationResponse
nexus.v1.IStartOperationResponse
Properties of a StartOperationResponse.
Hierarchy
-
↳
IStartOperationResponse
Properties
asyncSuccess
• Optional asyncSuccess: null | $Properties
StartOperationResponse asyncSuccess
Inherited from
failure
• Optional failure: null | $Properties
The operation completed unsuccessfully (failed or canceled). Failure object must contain an ApplicationFailureInfo or CanceledFailureInfo object.
Inherited from
operationError
• Optional operationError: null | $Properties
The operation completed unsuccessfully (failed or canceled). Deprecated. Use the failure variant instead.
Inherited from
syncSuccess
• Optional syncSuccess: null | $Properties
StartOperationResponse syncSuccess
Inherited from
variant
• Optional variant: "failure" | "syncSuccess" | "asyncSuccess" | "operationError"
StartOperationResponse variant