PageError Object
No description
type PageError {
field: String
message: String
code: PageErrorCode!
attributes: [ID!]
values: [ID!]
}
Fields
field ● String
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
message ● String
The error message.
code ● PageErrorCode!
The error code.
attributes ● [ID!]
List of attributes IDs which causes the error.
values ● [ID!]
List of attribute values IDs which causes the error.
Member Of
PageAttributeAssign object ● PageAttributeUnassign object ● PageBulkDelete object ● PageBulkPublish object ● PageCreate object ● PageDelete object ● PageReorderAttributeValues object ● PageTypeBulkDelete object ● PageTypeCreate object ● PageTypeDelete object ● PageTypeReorderAttributes object ● PageTypeUpdate object ● PageUpdate object