Skip to main content

BulkProductVideoError

Represents errors from bulk product video operations.

type BulkProductVideoError {
field: String
message: String!
code: ProductErrorCode!
attributes: [ID!]
index: Int
}

Fields

BulkProductVideoError.field ● String scalar

BulkProductVideoError.message ● String! non-null scalar

The error message.

BulkProductVideoError.code ● ProductErrorCode! non-null enum

The error code.

BulkProductVideoError.attributes ● [ID!] list scalar

List of attributes IDs which causes the error.

BulkProductVideoError.index ● Int scalar

Index of an input list item that caused the error.

Member Of

ProductVideoBulkCreate object

Was this page helpful?