diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-06 09:14:11 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-06 09:14:11 +0100 |
| commit | 5339d016c07bf717ee388f4feb73544087324af0 (patch) | |
| tree | 94be6f67ed626091f24aee24ec3b3be03d01e4e7 /NewKit/ErrorID.hpp | |
git: port from mercurial repo.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'NewKit/ErrorID.hpp')
| -rw-r--r-- | NewKit/ErrorID.hpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/NewKit/ErrorID.hpp b/NewKit/ErrorID.hpp new file mode 100644 index 00000000..e26cc41b --- /dev/null +++ b/NewKit/ErrorID.hpp @@ -0,0 +1,21 @@ +/* + * ======================================================== + * + * hCore + * Copyright Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +#pragma once + +#include <NewKit/ErrorOr.hpp> +#include <NewKit/Defines.hpp> + +#define ME_EXEC_ERROR -30 +#define ME_FILE_NOT_FOUND -31 +#define ME_DIR_NOT_FOUND -32 +#define ME_FILE_EXISTS -33 +#define ME_TOO_LONG -34 +#define ME_INVALID_DATA -35 +#define ME_UNIMPLEMENTED -36 |
