Enumerations | |
enum | arbb_error_t { arbb_error_none, arbb_error_invalid_argument, arbb_error_scoping, arbb_error_out_of_bounds, arbb_error_arithmetic, arbb_error_bad_alloc, arbb_error_uninitialized_access, arbb_error_internal } |
An error code representing the result of a function. More... | |
Functions | |
ARBB_VM_EXPORT const char * | arbb_get_error_message (arbb_error_details_t error_details) |
Returns a character string with an informative error message corresponding to error_details . | |
ARBB_VM_EXPORT arbb_error_t | arbb_get_error_code (arbb_error_details_t error_details) |
Returns the error code corresponding to error_details object. | |
ARBB_VM_EXPORT void | arbb_free_error_details (arbb_error_details_t error_details) |
Frees the resources for error_details . |
enum arbb_error_t |
An error code representing the result of a function.
Definition at line 198 of file arbb_vmapi.h.
ARBB_VM_EXPORT const char* arbb_get_error_message | ( | arbb_error_details_t | error_details | ) |
Returns a character string with an informative error message corresponding to error_details
.
ARBB_VM_EXPORT arbb_error_t arbb_get_error_code | ( | arbb_error_details_t | error_details | ) |
Returns the error code corresponding to error_details
object.
ARBB_VM_EXPORT void arbb_free_error_details | ( | arbb_error_details_t | error_details | ) |
Frees the resources for error_details
.
If error_details
is a null object, this function has no effect.
Copyright © 2010, Intel Corporation. All rights reserved.