ACO errors and error cases
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.
Last modified date: 01/29/2015