*
  * Exceptions:
  *             BadArg if name is invalid.
- *             "WARN" if index nonexistent.
+ *             "ERROR" if index nonexistent.
  *             ...
  */
 void
 
  * Exceptions:
  *             BadArg if name is invalid.
  *             BadArg if type1 is invalid.
- *             "WARN" if operator nonexistent.
+ *             "ERROR" if operator nonexistent.
  *             ...
  */
 void
  *
  * Exceptions:
  *             BadArg if name is invalid.
- *             "WARN" if function nonexistent.
+ *             "ERROR" if function nonexistent.
  *             ...
  */
 void
 
  *
  * Exceptions:
  *             BadArg if forward invalid.
- *             "WARN" if portal not found.
+ *             "ERROR" if portal not found.
  */
 extern void PerformPortalFetch(char *name, bool forward, int count,
                                   char *tag, CommandDest dest);