DesPartStartUploadPayload
Payload produced when a parts upload is started.
type DesPartStartUploadPayload {
errors: [DesPartErrorPayload!]!
operationId: UUID
}
Fields
DesPartStartUploadPayload.errors ● [DesPartErrorPayload!]! non-null object
Errors that occurred while performing the operation.
DesPartStartUploadPayload.operationId ● UUID scalar
The identifier of the started operation. 'null' when the upload was not started; the reason is then in 'errors'.