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

    Interface GraphQLExtensionNoResponseError

    Returned when the API Extension does not respond within the time limit, or could not be reached.

    interface GraphQLExtensionNoResponseError {
        code: "ExtensionNoResponse";
        extensionId: string;
        extensionKey?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    code: "ExtensionNoResponse"

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

    extensionId: string

    Unique identifier of the API Extension.

    extensionKey?: string

    User-defined unique identifier of the API Extension, if available.