Returned if the requested resource was not found or the Product Search index is inactive.

interface GraphQLObjectNotFoundError {
    code: "ObjectNotFound";
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: "ObjectNotFound"

One of the error codes that is listed on the Errors page.