Skip to main content

DesPartUploadComponentsPayload

Payload produced when uploading components.

type DesPartUploadComponentsPayload {
errors: [DesPartErrorPayload!]!
results: [DesPartUploadComponentOperationResult!]!
}

Fields

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

Errors that occurred while performing the operation.

DesPartUploadComponentsPayload.results ● [DesPartUploadComponentOperationResult!]! non-null object

A collection of results for each component.