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