|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ErrorCodes
The ErrorCodes interface defines the error codes used for creating the DataSourceException.
If the minor code of DataSourceException is ErrorCodes.MINOR_CUSTOM, then
the error message used to create the DataSourceException object is propagated to the Interactive Analysis
Client without any modification / localization.
If any other minor code is used to create DataSourceException object, then a pre-defined, localized error message
is propagated to the client. The plug-in (extension) can
use the error codes to propagate the pre-defined error messages, if required.
The major error code messages defined in this class are propagated to the client
only if the minor code of DataSourceException is ErrorCodes.MINOR_GENERIC.
DataSourceException| Field Summary | |
|---|---|
static int |
MAJOR_CUSTOM_DSP_ERROR
Internal Use Only Unable to create/update CustomDataProvider: A problem was encountered in Data Source extension management and the requested action cannot be completed. |
static int |
MAJOR_DATA_ITERATOR_ERROR
Unable to create/update CustomDataProvider: unable to build the iterator on the data set. |
static int |
MAJOR_GET_INFO_ERROR
Unable to create/update CustomDataProvider: unable to retrieve information from the provided source. |
static int |
MAJOR_GET_STRUCTURE_ERROR
Unable to create/update CustomDataProvider: unable to retrieve structure information from the provided source. |
static int |
MAJOR_INSTANTIATION_ERROR
Internal Use Only Unable to create/update the CustomDataProvider: Unable to instantiate the plug-in data source (CDS 105101) |
static int |
MAJOR_SESSION_ERROR
Unable to create/update CustomDataProvider: A problem was encountered while trying to get the session and the requested action cannot be completed. |
static int |
MINOR_COLUMN_SAMPLING_ERROR
Unable to create/update CustomDataProvider: an error has occurred while retrieving the data sampling. |
static int |
MINOR_CUSTOM
Specified while creating the DataSourceException object if the plug-in wants to propagate its own error message to the
client. |
static int |
MINOR_CUSTOM_DSP_EXTENSION_DP_NOT_INSTANTIATED
Internal Use Only Unable to create/update CustomDataProvider: could not instantiate Data Source extension's Data Provider for this request. |
static int |
MINOR_CUSTOM_DSP_EXTENSION_NOT_FOUND
Internal Use Only Unable to create/update CustomDataProvider: could not find matching Data Source extension for this request. |
static int |
MINOR_CUSTOM_DSP_EXTENSION_NOT_INSTANTIATED
Internal Use Only Unable to create/update CustomDataProvider: could not instantiate matching Data Source extension for this request. |
static int |
MINOR_FILE_MISSING
Unable to create/update the query on this file : the file "{filename}" doesn't exist on the file system. |
static int |
MINOR_GENERIC
Specified while creating the DataSourceException object to propagate the pre-defined error messages of the major codes to the
client. |
static int |
MINOR_GET_CHUNK_ERROR
Unable to retrieve data from CustomDataProvider: an error has occurred while fetching data through the iterator. |
static int |
MINOR_INVALID_DATA_SOURCE_INFO
Unable to create/update CustomDataProvider: invalid information retrieved while trying to get the structure. |
static int |
MINOR_INVALID_FILE_PATH
Unable to create/update CustomDataProvider: the path is invalid. |
static int |
MINOR_ITERATOR_INIT_ERROR
Unable to retrieve data from CustomDataProvider: an error has occurred while creating the data iterator. |
static int |
MINOR_MALFORMED_URL_ERROR
Unable to create/update CustomDataProvider: the provided URL is not valid. |
static int |
MINOR_OBJECT_DESCRIPTOR_ERROR
Unable to create/update CustomDataProvider: unsupported object type provided by the Data Source extension while trying to get the structure. |
static int |
MINOR_OPEN_SESSION_ERROR
Unable to create/update CustomDataProvider: an internal error occurred while trying to open the session. |
static int |
MINOR_SECURED_FILE_ERROR
Unable to create/update CustomDataProvider: the source in the provided path is protected. |
static int |
MINOR_URL_NOT_FOUND_ERROR
Unable to create/update CustomDataProvider: the provided URL could not be found. |
| Field Detail |
|---|
static final int MAJOR_INSTANTIATION_ERROR
Unable to create/update the CustomDataProvider: Unable to instantiate the plug-in data source (CDS 105101)
static final int MAJOR_GET_INFO_ERROR
CustomDataProvider: unable to retrieve information from the provided source. (CDS 15102)
static final int MAJOR_GET_STRUCTURE_ERROR
CustomDataProvider: unable to retrieve structure information from the provided source. (CDS 15103)
static final int MAJOR_DATA_ITERATOR_ERROR
CustomDataProvider: unable to build the iterator on the data set. (CDS 15104)
static final int MAJOR_SESSION_ERROR
CustomDataProvider: A problem was encountered while trying to get the session and the requested action cannot be completed. (CDS 15105)
static final int MAJOR_CUSTOM_DSP_ERROR
Unable to create/update CustomDataProvider: A problem was encountered in Data Source extension management and the requested action cannot be completed. (CDS 15106)
static final int MINOR_GENERIC
DataSourceException object to propagate the pre-defined error messages of the major codes to the
client.
static final int MINOR_CUSTOM
DataSourceException object if the plug-in wants to propagate its own error message to the
client.
static final int MINOR_FILE_MISSING
static final int MINOR_INVALID_FILE_PATH
CustomDataProvider: the path is invalid. (CDS 15108)
static final int MINOR_INVALID_DATA_SOURCE_INFO
CustomDataProvider: invalid information retrieved while trying to get the structure. (CDS 15109)
static final int MINOR_CUSTOM_DSP_EXTENSION_NOT_FOUND
Unable to create/update CustomDataProvider: could not find matching Data Source extension for this request. (CDS 15110)
static final int MINOR_CUSTOM_DSP_EXTENSION_NOT_INSTANTIATED
Unable to create/update CustomDataProvider: could not instantiate matching Data Source extension for this request. (CDS 15111)
static final int MINOR_CUSTOM_DSP_EXTENSION_DP_NOT_INSTANTIATED
Unable to create/update CustomDataProvider: could not instantiate Data Source extension's Data Provider for this request. (CDS 15112)
static final int MINOR_COLUMN_SAMPLING_ERROR
CustomDataProvider: an error has occurred while retrieving the data sampling. (CDS 15113)
static final int MINOR_ITERATOR_INIT_ERROR
CustomDataProvider: an error has occurred while creating the data iterator. (CDS 15114)
static final int MINOR_GET_CHUNK_ERROR
CustomDataProvider: an error has occurred while fetching data through the iterator. (CDS 15115)
static final int MINOR_OBJECT_DESCRIPTOR_ERROR
CustomDataProvider: unsupported object type provided by the Data Source extension while trying to get the structure. (CDS 15116)
static final int MINOR_OPEN_SESSION_ERROR
CustomDataProvider: an internal error occurred while trying to open the session. (CDS 15117)
static final int MINOR_SECURED_FILE_ERROR
CustomDataProvider: the source in the provided path is protected. (CDS 15118)
static final int MINOR_MALFORMED_URL_ERROR
CustomDataProvider: the provided URL is not valid. (CDS 15119)
static final int MINOR_URL_NOT_FOUND_ERROR
CustomDataProvider: the provided URL could not be found. (CDS 15120)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||