Class InvalidCredentialsErrorImpl

java.lang.Object
com.commercetools.api.models.error.InvalidCredentialsErrorImpl
All Implemented Interfaces:
ErrorObject, InvalidCredentialsError, io.vrap.rmf.base.client.ModelBase

public class InvalidCredentialsErrorImpl extends Object implements InvalidCredentialsError, io.vrap.rmf.base.client.ModelBase

Returned when a Customer with the given credentials (matching the given email/password pair) is not found and authentication fails.

The error is returned as a failed response to:

  • Authenticate a global Customer (Sign-in) and Authenticate Customer (Sign-in) in a Store requests on Customers.
  • Authenticating Customer (Sign-in) and Authenticate Customer (Sign-in) in a Store requests on My Customer Profile.