@gradientedge/commercetools-utils
    Preparing search index...

    Interface GraphQLResourceNotFoundError

    Returned when the resource addressed by the request URL does not exist.

    interface GraphQLResourceNotFoundError {
        code: "ResourceNotFound";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "ResourceNotFound"

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