Skip to main content

DesPartUploadPartsPayload

**Experimental** Payload produced when uploading parts.

type DesPartUploadPartsPayload {
errors: [DesPartErrorPayload!]!
results: [DesPartUploadPartOperationResult!]!
}

Fields

DesPartUploadPartsPayload.errors ● [DesPartErrorPayload!]! non-null object

**Experimental** Errors that occurred while performing the operation.

DesPartUploadPartsPayload.results ● [DesPartUploadPartOperationResult!]! non-null object

**Experimental** A collection of results for each part.