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

    Interface IErrorObject

    interface IErrorObject {
        code: string;
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: string

    Error identifier.

    message: string

    Plain text description of the cause of the error.