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
Livelink Error Codes
x-opconuser3_-_(deleted)
Does a list exist of the LAPI/Livelink Error codes and their meanings?For example, I perform a LAPI call like this:int i = LAPI_DOCUMENTS.GetObjectInfo(validVolumeId,invalidId);System.out.println(i);This shows the return code I as:103101Probing the LLSession methods (getErrMsg(), getStatusMessage(), getApiError() {I love the method naming consistency} shows:ApiError=ErrMsg=StatusMessage=Could not get results.A comprehensive list of error messages must exist somewhere. What have I overlooked?Thanks,Jon K
Find more posts tagged with
Comments
jamespate
Is there a list of codes?
jamespate
First attempt at a "VB Error Message from lngStatus" module attached.If anyone would like to extend or suggest additions, I'll be happy to post new versions.