DesPartUploadLibraryPartOperationResult
Represents the result of a library part upload operation.
type DesPartUploadLibraryPartOperationResult {
errorMessage: String
partId: DesPartManufacturerPartId!
status: String!
}
Fields
DesPartUploadLibraryPartOperationResult.errorMessage ● String scalar
The error message if the operation failed.
DesPartUploadLibraryPartOperationResult.partId ● DesPartManufacturerPartId! non-null object
The identifiers of the part.
DesPartUploadLibraryPartOperationResult.status ● String! non-null scalar
The status of the operation: *Created*, *Updated*, *Duplicated* or *Failed*.