I am getting an application error code in the range 1000 to 1999. Where can I find out what this means?
The Layer 1 API reserves the error code range 1000 to 1999. These constants define integer (32-bit) values that will be returned by the API functions to indicate either SUCCESS or an error code indicating why the function failed. The Layer 0 codes can be found in the AltaAPI Users Manual, page 126 (pdf page […]
What does the Alta API software model look like ?
Alta uses a layered approach to structure the Application Program Interface (API). Each layer of the API (Layer 0, 1 and 2) is modular and can be built and tested independently. This architecture limits the impact of changes to the module where they occur and make it easier to test and troubleshoot problems. Layer 0 provides […]