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

    Interface InvalidCurrentPasswordError

    Returned when the current password of the Customer does not match.

    The error is returned as a failed response to:
    
    - [Change Customer Password](ctp:api:endpoint:/{projectKey}/customers/password:POST) and [Change Customer Password in a Store](ctp:api:endpoint:/{projectKey}/in-store/key={storeKey}/customers/password:POST) requests on Customers.
    - [Change Customer Password](ctp:api:endpoint:/{projectKey}/me/password:POST) and [Change Customer Password in a Store](ctp:api:endpoint:/{projectKey}/in-store/key={storeKey}/me/password:POST) requests on My Customer Profile.
    
    interface InvalidCurrentPasswordError {
        code: "InvalidCurrentPassword";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "InvalidCurrentPassword"

    Error identifier.

    message: string

    "The given current password does not match."