Class BraintreeResponse.ErrorExtension

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

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

    • ErrorExtension

      public ErrorExtension()
  • Method Details

    • setErrorType

      public void setErrorType(String errorType)
      A deprecated field, please refer to errorClass instead.
    • setErrorClass

      public void setErrorClass(String errorClass)
      The classification of the error. Can be one of... AUTHENTICATION AUTHORIZATION INTERNAL UNSUPPORTED_CLIENT NOT_FOUND NOT_IMPLEMENTED RESOURCE_LIMIT SERVICE_AVAILABILITY VALIDATION
    • setLegacyCode

      public void setLegacyCode(String legacyCode)
      A unique code identifying the error
    • setInputPath

      public void setInputPath(List<String> inputPath)
      The input field responsible for the error.
    • getErrorType

      public String getErrorType()
      A deprecated field, please refer to errorClass instead.
    • getErrorClass

      public String getErrorClass()
      The classification of the error. Can be one of... AUTHENTICATION AUTHORIZATION INTERNAL UNSUPPORTED_CLIENT NOT_FOUND NOT_IMPLEMENTED RESOURCE_LIMIT SERVICE_AVAILABILITY VALIDATION
    • getLegacyCode

      public String getLegacyCode()
      A unique code identifying the error
    • getInputPath

      public List<String> getInputPath()
      The input field responsible for the error.