Uses of Class
com.broadleafcommerce.braintree.domain.BraintreeResponse.Error
Packages that use BraintreeResponse.Error
-
Uses of BraintreeResponse.Error in com.broadleafcommerce.braintree.domain
Methods in com.broadleafcommerce.braintree.domain that return types with arguments of type BraintreeResponse.ErrorModifier and TypeMethodDescriptionBraintreeResponse.getErrors()
Unlike a conventional REST API, GraphQL APIs do not rely on HTTP status codes to signal request outcomes.Method parameters in com.broadleafcommerce.braintree.domain with type arguments of type BraintreeResponse.ErrorModifier and TypeMethodDescriptionvoid
BraintreeResponse.setErrors
(List<BraintreeResponse.Error> errors) Unlike a conventional REST API, GraphQL APIs do not rely on HTTP status codes to signal request outcomes.