java.lang.Object | |
↳ | com.microstrategy.webservices.MWSErrorCodes |
Contains MicroStrategy Web Service HRESULTs.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | MWS_E_BASE | The base HRESULT value (0x80040500) for MicroStrategy Web Service errors. | |||||||||
int | MWS_E_CATCHALL_EXCEPTION | An exception occurred, that was not explicitly caught (MWS_E_BASE + 0x0E). | |||||||||
int | MWS_E_EXECUTION_CANCELLED | Execution was cancelled (MWS_E_BASE + 0x14). | |||||||||
int | MWS_E_INACTIVE_SESSION | The current session has become inactive (MWS_E_BASE + 0x01). | |||||||||
int | MWS_E_INVALID_INPUTS | Invalid parameters passed into method (MWS_E_BASE + 0x0D). | |||||||||
int | MWS_E_INVALID_PROMPTS | Invalid prompts (currently unused - MWS_E_BASE + 0x11). | |||||||||
int | MWS_E_JAVA_DOM_ERROR | An error occurred during XML file processing (MWS_E_BASE + 0x0B). | |||||||||
int | MWS_E_JAVA_STRING_TO_INT | Java string to integer conversion failed (MWS_E_BASE + 0x05). | |||||||||
int | MWS_E_LICENSE_CHECK | Current user does not have permission to use Office (MWS_E_BASE + 0x10). | |||||||||
int | MWS_E_OBJECT_NOT_FOUND | Object not found (currently unused - MWS_E_BASE + 0x0F). | |||||||||
int | MWS_E_OUTOFMEMORY | Out of memory condition detected (MWS_E_BASE + 0x12). | |||||||||
int | MWS_E_SEARCHROOT_NOT_FOUND | Couldn't find currently specified search root folder (MWS_E_BASE + 0x04). | |||||||||
int | MWS_E_USER_OBJECT_NOT_FOUND | Search of a user object by name failed (MWS_E_BASE + 0x13). | |||||||||
int | MWS_E_WU_CONNECT | An attempt to connect an IServer session failed (MWS_E_BASE + 0x0A). | |||||||||
int | MWS_E_WU_EXECUTION | Generic execution interface error code (MWS_E_BASE + 0x0C). | |||||||||
int | MWS_E_WU_GETINBOX_MSGS | Retrieving a user's history info from its inbox failed (MWS_E_BASE + 0x09). | |||||||||
int | MWS_E_WU_GETOBJECT_BY_ID | An attempt to access a MSTR metadata object by ID failed (MWS_E_BASE + 0x06). | |||||||||
int | MWS_E_WU_GETOBJECT_OWNER | An attempt to retrieve a MSTR metadata object's owner failed (MWS_E_BASE + 0x08). | |||||||||
int | MWS_E_WU_POPULATE_OBJ | An attempt to populate a MSTR metadata object's info failed (MWS_E_BASE + 0x07). | |||||||||
int | MWS_E_WU_ROOTFOLDER_ACCESS | The projects root folder is inaccessible as the root of a search (MWS_E_BASE + 0x02). | |||||||||
int | MWS_E_WU_SEARCH | WebSearch had an exception (MWS_E_BASE + 0x03). |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSErrorCodes() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The base HRESULT value (0x80040500) for MicroStrategy Web Service errors.
An exception occurred, that was not explicitly caught (MWS_E_BASE + 0x0E).
Execution was cancelled (MWS_E_BASE + 0x14).
The current session has become inactive (MWS_E_BASE + 0x01).
Invalid parameters passed into method (MWS_E_BASE + 0x0D).
Invalid prompts (currently unused - MWS_E_BASE + 0x11).
An error occurred during XML file processing (MWS_E_BASE + 0x0B).
Java string to integer conversion failed (MWS_E_BASE + 0x05).
Current user does not have permission to use Office (MWS_E_BASE + 0x10).
Object not found (currently unused - MWS_E_BASE + 0x0F).
Out of memory condition detected (MWS_E_BASE + 0x12).
Couldn't find currently specified search root folder (MWS_E_BASE + 0x04).
Search of a user object by name failed (MWS_E_BASE + 0x13).
An attempt to connect an IServer session failed (MWS_E_BASE + 0x0A).
Generic execution interface error code (MWS_E_BASE + 0x0C).
Retrieving a user's history info from its inbox failed (MWS_E_BASE + 0x09).
An attempt to access a MSTR metadata object by ID failed (MWS_E_BASE + 0x06).
An attempt to retrieve a MSTR metadata object's owner failed (MWS_E_BASE + 0x08).
An attempt to populate a MSTR metadata object's info failed (MWS_E_BASE + 0x07).
The projects root folder is inaccessible as the root of a search (MWS_E_BASE + 0x02).
WebSearch had an exception (MWS_E_BASE + 0x03).