public class ErrorCode extends Object
ErrorResponse responses.| Modifier and Type | Field and Description |
|---|---|
static String |
INVALID_ACTIVATION
Error code for situation when an invalid activation / device is
attempted for operation manipulation.
|
static String |
INVALID_REQUEST
Error code for situation when an invalid / malformed request is sent.
|
static String |
OPERATION_ALREADY_CANCELED
Error code for situation when an operation was canceled and yet, some further
action other than cancellation was requested with that operation.
|
static String |
OPERATION_ALREADY_FAILED
Error code for situation when an operation was failed and yet, some further
action was requested with that operation.
|
static String |
OPERATION_ALREADY_FINISHED
Error code for situation when an operation was already completed and yet,
some further action was requested with that operation.
|
static String |
OPERATION_EXPIRED
Error code for situation when an operation expired and yet, some further
action was requested with that operation.
|
static String |
POWERAUTH_AUTH_FAIL
Error code for situation when signature verification fails.
|
static String |
PUSH_REGISTRATION_FAILED
Error code for situation when registration to push notification fails.
|
| Constructor and Description |
|---|
ErrorCode() |
public static final String PUSH_REGISTRATION_FAILED
public static final String INVALID_REQUEST
public static final String INVALID_ACTIVATION
public static final String POWERAUTH_AUTH_FAIL
public static final String OPERATION_ALREADY_FINISHED
public static final String OPERATION_ALREADY_FAILED
public static final String OPERATION_ALREADY_CANCELED
public static final String OPERATION_EXPIRED
Copyright © 2016–2018 Lime - HighTech Solutions Inc.. All rights reserved.