Interface GraphQLExpiredCustomerPasswordTokenError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLExpiredCustomerPasswordTokenError extends GraphQLErrorObject

Returned when the provided password token of the Customer has expired.

The error is returned as a failed response to:


Example to create an instance using the builder pattern

     GraphQLExpiredCustomerPasswordTokenError graphQLExpiredCustomerPasswordTokenError = GraphQLExpiredCustomerPasswordTokenError.builder()
             .build()