VFGetApiErrorString

C Specification


#include <revolution/vf.h>

const char* VFGetApiErrorString( VFErr error );

Arguments

error VF error value.

Return Values

The error string.
For example, if VF_ERR_EIO is passed by the argument, the function returns the string: VF_ERR_EIO (I/O Error(Driver Error))

Description

For debugging purposes, gets the error string from the VF error value (VFErr).

See Also

VFErr

Revision History

2007/05/08 Initial version.


CONFIDENTIAL