displayError
Returns a numeric error code to the HTTP client.
General format
void displayError( errNum, errText )
Syntax rules
1. errNum is a numeric data item or literal
2. errText is an alphanumeric data item or literal.
General rules
1. You should provide a valid HTTP status code as described in the latest HTTP/1.1 RFC at page 39.