eyBuildLib API Reference : eyBuildLib
eberror - error module
ebHttpStatusString( ) - get http protocol status string by status code
ebSendError( ) - send error message to error page
error module
eberror.h
eblog.h
ebHttpStatusString( ) - get http protocol status string by status code
char * ebHttpStatusString ( int code )
This routine is to get http protocol status string by status code
pointer to http status string
ebSendError( ) - send error message to error page
int ebSendError ( int errcode, /* http error number */ const char * errfmt, /* error message */ ... )
This routine redirect url to error page, adn list error detail specified by errfmt and so on.
OK/ERROR