Interface GraphQLExpiredCustomerEmailTokenError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLExpiredCustomerEmailTokenError extends GraphQLErrorObject

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

The error is returned as a failed response to:


Example to create an instance using the builder pattern

     GraphQLExpiredCustomerEmailTokenError graphQLExpiredCustomerEmailTokenError = GraphQLExpiredCustomerEmailTokenError.builder()
             .build()