| Modifier and Type | Method and Description |
|---|---|
Error.ErrorCode |
Error.getErrorCode() |
static Error.ErrorCode |
Error.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Error.ErrorCode[] |
Error.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Error(Error.ErrorCode errorCode,
String errorMessage) |
Error(Error.ErrorCode errorCode,
String errorMessage,
boolean fatal) |
Copyright © 2016. All rights reserved.