ECOM

Warning

This chapter describes the Foundation Library ECOM-1.1.

ECOM-1.1 is discontinued since Architecture 8.0.0.

Error Messages

When an exception is thrown by the implementation of the ECOM API, the error message

ECOM-1.1:E=<messageId>

is issued, where <messageId> meaning is defined in the next table:

ECOM Error Messages

Message ID

Description

1

The connection has been closed. No more action can be done on this connection.

2

The connection has already been closed.

3

The connection description is invalid. The connection cannot be opened.

4

The connection stream has already been opened. Only one stream per kind of stream (input or output stream) can be opened at the same time.

5

Too many connections have been opened at the same time. The platform is not able to open a new one. Try to close useless connections before trying to open the new connection.