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

    Interface IWarningObject

    interface IWarningObject {
        code: string;
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: string

    Identifier for the type of warning.

    message: string

    Contains information about the returned response.