Loading...
Searching...
No Matches
errCode.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "core/common.hpp"
5
6namespace by {
7
8 enum errCode {
9 ERR_CODE_START = -1,
10 NOT_SPECIFIED, // errCode.inl should starts from index 0.
11 // please refer nerr.cpp more detail.
12#define PAIRX PAIRX_LEFT
13#include "errCode.inl"
14#undef PAIRX
15 ERR_CODE_END,
16 };
17}
to Top