Like what you see? Have a play with our trial version.

Exception List

ExceptionIntDescription

UNKNOWN_ERROR

-2

Error code indicating an unknown error occurred.

CANNOT_CONNECT-1Error code indicating the client cannot connect to the web service.

NO_ERROR

0Error code indicating success.
USER_NOT_AUTHENTICATED1Error code indicating the user could not be authenticated.
NO_WEBSERVICE_ACCESS2Error code indicating the user does not have access to web services.
PERSON_REQUIRED3Error code indicating the person input parameter was not specified.
COULD_NOT_CREATE_PERSON4Error code indicating an error occurred creating a user.
COULD_NOT_RELOAD_LICENCE5Error code indicating an error occurred reloading the licence.
LOGIN_ALREADY_IN_USE6Error code indicating a user already exists with the userid, in a call to create a new user.
COULD_NOT_DELETE_PERSON7Error code indicating an error occurred deleting a user.
COULD_NOT_FIND_PERSON8Error code indicating the specified user could not be found.
LICENCE_BREACH9Error code indicating the licence is breached, or that the requested action would breach the licence.
COULD_NOT_LOAD_REPORT_ACCESS10Error code indicating an error occurred loading report access.
COULD_NOT_LOAD_REPORT_LIST11Error code indicating an error occurred loading reports for a user.
COULD_NOT_FIND_GROUP12Error code indicating the specified group could not be found.
GROUP_EXISTS13Error code indicating a group already exists with the group name, in a call to create a new group.
BIRT_OBJECT_NULL14Error code indicating the report passed was null, in a call to load a BIRT report.
BIRT_OBJECT_NO_DATA15Error code indicating the report passed was empty, in a call to load a BIRT report.
BIRT_SOURCE_MISSING16Error code indicating the data source was not specified or could not be found, in a call to load a BIRT report.
BIRT_COULD_NOT_SAVE17Error code indicating an error occurred saving the BIRT report.
BIRT_COULD_NOT_SAVE_BIRT_FILE18Error code indicating an error occurred saving the BIRT report.
COULD_NOT_UPDATE_PASSWORD19Error code indicating an error occurred updating a user's password.
UNKNOWN_WEBSERVICE_FUNCTION20Error code indicating an unknown web service function was requested.
INVALID_CLIENT_REFERENCE21Error code indicating an invalid client reference id was specified.
CLIENT_EXISTS22Error code indicating a client already exists with the client reference id, in a call to create a new client.
COULD_NOT_FIND_REPORT23Error code indicating the report could not be found.
REPORT_IS_DRAFT24Error code indicating the requested report is in draft mode.
COULD_NOT_AUTHENTICATE_USER25Error code indicating the specified user could not be authenticated.
UNSECURE_LOGON_NOT_ENABLED26Error code to indicate that unsecure logon has not been enabled at the database level.
ROLE_NOT_FOUND27Error code to indicate that the role assigned to a user during create or alter is invalid.
COULD_NOT_LOAD_FAVOURITES28Error code to indicate that the a persons favourites (and inbox contents) could not be loaded.
RESPONSE_IS_TOO_LARGE29Error code to indicate that report or other webservice response has breached a set threshold.
SOURCE_NOT_FOUND30Error code indicating the data source was not specified or could not be found.
EMPTY_RECIPIENT_LIST31Error code indicating that no recipients were provided for distribution.
BROADCAST_FAILED32Error code indicating that no a report broadcast failed.
FILTERVALUES_FAILED33Error code indicating that filter values could not be retrieved.
CLIENT_ORGS_DISABLED34Error code indicating that a client org call was made, but client orgs functionality is disabled.
DASHBOARD_TAB_NOT_FOUND35Error code indicating the dashboard tab was not specified or could not be found.
SCHEDULE_NULL36Error code indicating that a schedule record passed was null.
UNKNOWN_STATUS_CODE37Error code indicating that a passed status code was invalid.
PASSWORD_REQUIREMENTS_NOT_MET38Error code indicating that password requirements were not met.
LOGIN_MAXIMUM_ATTEMPTS39Error code indicating a user has already attempted to login the maximum times unsuccessfully
UNABLE_TO_EXPORT40Error code indicating that error occurred during export.
IMPORT_FILE_NOT_FOUND41Error code indicating that the import file was not passed to the webservice.
IMPORT_VERSION_INCOMPATIBLE42Error code indicating that the import file is incompatible with the server.
IMPORT_IS_EMPTY43Error code indicating that the import file doesn't contain any importable items.
COULD_NOT_FIND_VIEW44Error code indicating that the specified view cannot be found.
COULD_NOT_FIND_SOURCE45Error code indicating that the specified source cannot be found.
COULD_NOT_FIND_CONTENT46Error code indicating that the specified content couldn't be found.
PARAMETER_NOT_PASSED47Error code indicating that a required parameter was not passed.
EMAIL_ADDRESS_IN_USE48Error code indicating that a required parameter was not passed.


Latest Build Documentation

You can access the latest Web Services Exception list through the java documentation in your updated version of Yellowfin by opening the WebserviceException.html file located in Yellowfin/development/doc/webservices/javadoc/com/hof/mi/web/service/.

 

  • No labels