ErrorCode Class Reference

#include <ErrorCode.h>

List of all members.


Public Types

enum  ErrorCodeEnumeration {
  Success, Failure, MissingArgument, InvalidState,
  InvalidUsername, InvalidPassword
}
 Enumeration of valid error codes. More...

Detailed Description

(*** add brief description here ***)
Full Description
(*** add full description here ***)

Member Enumeration Documentation

Enumeration of valid error codes.

Enumerator:
Success  Success code.
Failure  Failure code.
MissingArgument  Missing argument.
InvalidState  Invalid state.
InvalidUsername  Invalid username.
InvalidPassword  Invalid password.


The documentation for this class was generated from the following file: