$darkmode
Go to the source code of this file.
Data Structures | |
| class | exception |
| An ArrayFire exception class. More... | |
Namespaces | |
| af | |
Functions | |
| AFAPI void | af_get_last_error (char **msg, dim_t *len) |
| Returns the last error message that occurred and its error message. More... | |
| AFAPI const char * | af_err_to_string (const af_err err) |
| Converts the af_err error code to its string representation. More... | |
Converts the af_err error code to its string representation.
| [in] | err | The ArrayFire error code |