summaryrefslogtreecommitdiffhomepage
path: root/CompilerKit/StdKit/ErrorID.hpp
blob: ba696355c456a54fe3fdfd59c429df1fb0b0889e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 *	========================================================
 *
 *	CompilerKit
 * 	Copyright Mahrouss Logic, all rights reserved.
 *
 * 	========================================================
 */

#pragma once

#include <StdKit/ErrorOr.hpp>
#include <Defines.hpp>

#define CXXKIT_EXEC_ERROR -30
#define CXXKIT_FILE_NOT_FOUND -31
#define CXXKIT_DIR_NOT_FOUND -32
#define CXXKIT_FILE_EXISTS -33
#define CXXKIT_TOO_LONG -34
#define CXXKIT_INVALID_DATA -35
#define CXXKIT_UNIMPLEMENTED -36
#define CXXKIT_FAT_ERROR -37