0
votes

I have some trouble with the Sparx Enterprise Architect Java API. Everytime I call the GetLastError() function it returns null even if there was an error while calling some other functions of the API.

I have no idea how to get the error message. My code looks like this:

repository.GetProjectInterface().GetLastError()

I am using EA 9.0.

1
Can you post the snippet where you think you face with an error but this call doesn't show it?GokcenG

1 Answers

0
votes

Try Repository.GetLastError() That will probably report something.