Class: StartOperationResponse
nexus.v1.StartOperationResponse
Response variant for StartOperationRequest.
Implements
Constructors
constructor
• new StartOperationResponse(properties?): StartOperationResponse
Constructs a new StartOperationResponse.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IStartOperationResponse | Properties to set |
Returns
Properties
asyncSuccess
• Optional asyncSuccess: null | IAsync
StartOperationResponse asyncSuccess.
Implementation of
IStartOperationResponse.asyncSuccess
failure
• Optional failure: null | IFailure
The operation completed unsuccessfully (failed or canceled). Failure object must contain an ApplicationFailureInfo or CanceledFailureInfo object.
Implementation of
IStartOperationResponse.failure
operationError
• Optional operationError: null | IUnsuccessfulOperationError
The operation completed unsuccessfully (failed or canceled). Deprecated. Use the failure variant instead.
Implementation of
IStartOperationResponse.operationError