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