Namespaces

errors.h File Reference

#include "common/common.h"
Include dependency graph for errors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  aesop

Enumerations

enum  aesop::eErrorCode {
  aesop::eErrorCode_Warn = 0x10000,
  aesop::eErrorCode_Fail = 0x20000,
  aesop::eErrorCode_Fatal = 0x40000,
  aesop::eErrorCode_BadProtocol = 0x40001,
  aesop::eErrorCode_BadStory = 0x40002,
  aesop::eErrorCode_OK = 0x00000
}