OperationResponse
Standardized result interface for all operation methods (pause, cancel, complete, update, upload, etc.) Success responses include data from the request context or API response
Type Parameters¶
| Type Parameter |
|---|
TData |
Properties¶
| Property | Type | Description |
|---|---|---|
success |
boolean |
Whether the operation was successful |
data |
TData |
Response data (can contain error details in case of failure) |