Previous Topic: Create an Error Data TableNext Topic: Standardize Error Codes


Error Handling Technique Selection

The techniques described in this chapter can all provide effective error handling for client/server applications.

The technique you choose for an application will depend on the type of application being developed:

Concerns that must be addressed are the cost of maintenance and production administration for the application system:

Note: To position applications to take advantage of future CA Gen software releases, always use exit states and messages in the server procedure steps.

To choose an error handling technique, map the capabilities of each technique to the needs of the application's requirements and select the technique that best meets those needs.

You can modify the chosen technique to better meet the application's needs. For example, modifying a technique to return more than one error condition from the server to the client.