Interface: IStartOperationResponse
nexus.v1.IStartOperationResponse
Properties of a StartOperationResponse.
Implemented by
Properties
asyncSuccess
• Optional asyncSuccess: null | IAsync
StartOperationResponse asyncSuccess
failure
• Optional failure: null | IFailure
The operation completed unsuccessfully (failed or canceled). Failure object must contain an ApplicationFailureInfo or CanceledFailureInfo object.
operationError
• Optional operationError: null | IUnsuccessfulOperationError
The operation completed unsuccessfully (failed or canceled). Deprecated. Use the failure variant instead.
syncSuccess
• Optional syncSuccess: null | ISync
StartOperationResponse syncSuccess