Interface GraphQLMoneyOverflowError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLMoneyOverflowErrorImpl

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()