AddPartResponse
org.sagebionetworks.repo.model.file.AddPartResponse
Response from adding a part to multi-part upload or copy.
| Field | Type | Description |
|---|---|---|
| uploadId | STRING | The unique identifier of a multi-part request. |
| partNumber | INTEGER | The part number of the add. |
| addPartState | AddPartState | The state of this add. |
| errorMessage | STRING | If the added failed, this will contain the error message of the cause. Will be null when the add is successful. |