Interface GraphQLMoneyOverflowError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLMoneyOverflowError extends GraphQLErrorObject

Returned when a money operation overflows the 64-bit integer range.


Example to create an instance using the builder pattern

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