const char * bone_geterrortext(int errorcode)

Description
Retrieves the error text for a given error number.

Callback
None (returns immediately)

Notes
The function parameter is the error number.

Example

int errorcode = bone_getlasterror();
printf("Last Bone error: %s\n", bone_geterrortext(errorcode));