Interface GraphQLMoneyOverflowError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLMoneyOverflowError extends GraphQLErrorObject

Returned when a Money operation overflows the 64-bit integer range. See Money usage for more information.


Example to create an instance using the builder pattern

     GraphQLMoneyOverflowError graphQLMoneyOverflowError = GraphQLMoneyOverflowError.builder()
             .build()