| Package | Description |
|---|---|
| com.authy | |
| com.authy.api |
| Modifier and Type | Method and Description |
|---|---|
Error.Code |
AuthyException.getErrorCode() |
| Constructor and Description |
|---|
AuthyException(String message,
Integer status,
Error.Code errorCode) |
AuthyException(String message,
Throwable throwable,
Integer status,
Error.Code errorCode) |
| Modifier and Type | Method and Description |
|---|---|
Error.Code |
Error.getCode() |
static Error.Code |
Error.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Error.Code[] |
Error.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Error.setCode(Error.Code code) |
Copyright © 2019. All rights reserved.