Programmer's Reference
An asynchronous call can generate these types of
errors:
- Errors that generate walkbacks
- These errors are caused by an incompatibility between the arguments and
the platform function call.
- Errors that generate AcoErrors for the return value
- These errors are often recoverable because they are often caused by
resource problems associated with making the call. By returning an
error object rather than a walkback, the developer can recover from the
failure without using exceptions.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]