enum Error { BAD_COMMAND_LINE = 'CmdL', CLIENT_ERROR = 'Clnt', SERVER_ERROR = 'Srvr', URL_NOT_HTTP = 'Http', SNAFU = 'Oops' };
Name Description BAD_COMMAND_LINE The command line specified is of the incorrect form. CLIENT_ERROR A client-side error occurred (ie, server not found, nonnumeric port, etc.). SERVER_ERROR A server-side error occurred (ie, file not found, permission denied, etc.). URL_NOT_HTTP The supplied URL did not specify the HTTP protocol. SNAFU "Situation normal..."
© 2000 BeUnited (Last Updated 5/10/2000)