Enumerations



Error

enum  Error
{
  BAD_COMMAND_LINE  =  'CmdL',
  CLIENT_ERROR  =  'Clnt',
  SERVER_ERROR  =  'Srvr',
  URL_NOT_HTTP  =  'Http',
  SNAFU  =  'Oops'
};



Constants

NameDescription
BAD_COMMAND_LINEThe command line specified is of the incorrect form.
CLIENT_ERRORA client-side error occurred (ie, server not found, nonnumeric port, etc.).
SERVER_ERRORA server-side error occurred (ie, file not found, permission denied, etc.).
URL_NOT_HTTPThe supplied URL did not specify the HTTP protocol.
SNAFU"Situation normal..."

© 2000 BeUnited — (Last Updated 5/10/2000)