Class BraintreeResponse.Error

java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.Error
All Implemented Interfaces:
Serializable
Enclosing class:
BraintreeResponse

public static class BraintreeResponse.Error extends Object implements Serializable
See Also:
  • Constructor Details

    • Error

      public Error()
  • Method Details

    • setMessage

      public void setMessage(String message)
      The human-readable error message. This value is not intended to be parsed and may change at any time.
    • setPath

      public void setPath(List<String> path)
      The GraphQL query or mutation causing the error.
    • setExtensions

      public void setExtensions(BraintreeResponse.ErrorExtension extensions)
      Additional information about the error including
    • getMessage

      public String getMessage()
      The human-readable error message. This value is not intended to be parsed and may change at any time.
    • getPath

      public List<String> getPath()
      The GraphQL query or mutation causing the error.
    • getExtensions

      public BraintreeResponse.ErrorExtension getExtensions()
      Additional information about the error including