Interface GraphQLInvalidCurrentPasswordError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLInvalidCurrentPasswordError extends GraphQLErrorObject

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

The error is returned as a failed response to:


Example to create an instance using the builder pattern

     GraphQLInvalidCurrentPasswordError graphQLInvalidCurrentPasswordError = GraphQLInvalidCurrentPasswordError.builder()
             .build()