MenuError Object
No description
type MenuError {
field: String
message: String
code: MenuErrorCode!
}
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 ● MenuErrorCode!
The error code.
Member Of
AssignNavigation object ● MenuBulkDelete object ● MenuCreate object ● MenuDelete object ● MenuItemBulkDelete object ● MenuItemCreate object ● MenuItemDelete object ● MenuItemMove object ● MenuItemUpdate object ● MenuUpdate object