Class BraintreeResponse.ErrorExtension
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.ErrorExtension
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe classification of the error.A deprecated field, please refer to errorClass instead.The input field responsible for the error.A unique code identifying the errorvoid
setErrorClass
(String errorClass) The classification of the error.void
setErrorType
(String errorType) A deprecated field, please refer to errorClass instead.void
setInputPath
(List<String> inputPath) The input field responsible for the error.void
setLegacyCode
(String legacyCode) A unique code identifying the error
-
Constructor Details
-
ErrorExtension
public ErrorExtension()
-
-
Method Details
-
setErrorType
A deprecated field, please refer to errorClass instead. -
setErrorClass
The classification of the error. Can be one of... AUTHENTICATION AUTHORIZATION INTERNAL UNSUPPORTED_CLIENT NOT_FOUND NOT_IMPLEMENTED RESOURCE_LIMIT SERVICE_AVAILABILITY VALIDATION -
setLegacyCode
A unique code identifying the error -
setInputPath
The input field responsible for the error. -
getErrorType
A deprecated field, please refer to errorClass instead. -
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
A unique code identifying the error -
getInputPath
The input field responsible for the error.
-