| Modifier and Type | Field and Description |
|---|---|
APIModel.ErrorType |
APIModel.ErrorDatum.type |
| Modifier and Type | Method and Description |
|---|---|
static APIModel.ErrorType |
APIModel.ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIModel.ErrorType[] |
APIModel.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static APIModel.ErrorDatum |
APIModel.ErrorDatum.newError(APIModel.ErrorType type,
String message) |
Copyright © 2021. All rights reserved.