Updated: October 28, 2024 |
Write error information to an AOError_t structure
#include <aoi.h> void AoSetError(AOError_t *err, int64_t error, const char *type, const char *description);
This function writes the given error data into an AOError_t structure at the specified memory location. This is a convenience function that lets your addon code automatically format error information when the client expects to receive it in that type of structure.
QNX Neutrino