public interface DataExporterError
Modifier and Type | Field and Description |
---|---|
static int |
FILE_GENERAL
FileDataExporter
|
static int |
GENERAL_CANCEL |
static int |
GENERAL_NO_DATA |
static int |
GENERAL_UNKNOWN |
static int |
NO_ERROR
General
|
static int |
SERVER_ONLINE_FAIL |
static int |
SERVER_ONLINE_HTTP |
static int |
SERVER_ONLINE_SETUP_MISSING
ServerDataExporter
|
static int |
SERVER_ONLINE_URL_MISSING |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage() |
int |
getErrorType() |
void |
setErrorReason(String errorReason) |
void |
setErrorType(int errorType) |
static final int NO_ERROR
static final int GENERAL_NO_DATA
static final int GENERAL_UNKNOWN
static final int GENERAL_CANCEL
static final int SERVER_ONLINE_SETUP_MISSING
static final int SERVER_ONLINE_URL_MISSING
static final int SERVER_ONLINE_HTTP
static final int SERVER_ONLINE_FAIL
static final int FILE_GENERAL
Copyright © 2013. All Rights Reserved.