Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Status code list?
WebTeam_WebTeam_(x-genzymeuser2_-_(deleted))
HI, Can someone help me find the status code list. statusCode = lapiDocuments.ListObjects(......I am writing a custom web service wrapper arround LAPI and generate my custom ERRORS.Thanks in advance.
Find more posts tagged with
Comments
x-scoruser8_-_(deleted)
Have you tried using LLSession methods getStatus(),getStatusMessage() and getErrMessage()?
Ann_Minton
There is no all-inclusive status code list. Such a list would be nearly impossible to create since the status codes returned by the OScript code often bubble up errors from the Livelink builtin code (DAPI, CAPI, UAPI, WAPI, etc.). Even if you are generating custom errors, it still seems like you should return the LAPI detailed error information (code and text) as described in the LAPI Developer's Reference online help (See the Overview topic and the "Sample Java Program Containing Embedded LAPI Calls" section.