Class BraintreeResponse.Error
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.Error
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdditional information about the error includingThe human-readable error message.getPath()
The GraphQL query or mutation causing the error.void
setExtensions
(BraintreeResponse.ErrorExtension extensions) Additional information about the error includingvoid
setMessage
(String message) The human-readable error message.void
The GraphQL query or mutation causing the error.
-
Constructor Details
-
Error
public Error()
-
-
Method Details
-
setMessage
The human-readable error message. This value is not intended to be parsed and may change at any time. -
setPath
The GraphQL query or mutation causing the error. -
setExtensions
Additional information about the error including -
getMessage
The human-readable error message. This value is not intended to be parsed and may change at any time. -
getPath
The GraphQL query or mutation causing the error. -
getExtensions
Additional information about the error including
-