| Package | Description |
|---|---|
| com.braintreegateway |
| Modifier and Type | Method and Description |
|---|---|
static ValidationErrorCode |
ValidationErrorCode.findByCode(String code) |
ValidationErrorCode |
ValidationError.getCode()
Returns the
ValidationErrorCode for the specific validation error. |
static ValidationErrorCode |
ValidationErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationErrorCode[] |
ValidationErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ValidationError(String attribute,
ValidationErrorCode code,
String message) |
Copyright © 2013–2018. All rights reserved.