Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LAPI Error Codes

Status
Not open for further replies.

Diancecht

Programmer
Jan 8, 2004
4,042
ES
Hi all.

I'm developing an application that access Livelink through LAPI.

Function calls to LAPI in Java return a status code, and when it's different from zero, it means an error has occured.

I was wondering if anyone knows about an error code list. I've been looking for it with no results.

Thanks in advance.

Dian
 
Dian,
you can use session.getStatusMessage()
against the LLSession object and you can find a text description of the problem.
 
Hi olya, and thank you for your reply.

I know about the getStatusMessage() and getErrMsg() methods, but sometimes the messages taken from them are ambiguous or non appropiate to show to a final user.

Furthermore, I don't know at the moment how many errors can throw LiveLink. I can imagine and force some of them yo see the behaviour, but not all, so I was looking for an error list or something similar.

Thanks again.

Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top