| Package | Description |
|---|---|
| com.braintreegateway | |
| com.braintreegateway.util |
| Modifier and Type | Field and Description |
|---|---|
private ValidationErrorCode |
ValidationError.code |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
private static ValidationErrorCode |
GraphQLClient.getValidationErrorCode(Map<String,Object> error) |
Copyright © 2013-2018. All Rights Reserved.