summaryrefslogtreecommitdiffhomepage
path: root/SCI
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-07-29 08:30:04 +0000
committerAmlal <amlalelmahrouss@icloud.com>2024-07-29 08:30:04 +0000
commit0d661d2587046d3fc078bc15a089b94489c08a8d (patch)
tree5937d6b70ba935b419eed3b309abd2ced464ffe6 /SCI
parentc4023005e029ae092dad2689564c490580dd5c28 (diff)
parent83a3ac27ddd9a02ad698407515b0e708197b2aac (diff)
Merged in MHR-36 (pull request #18)
[MHR-36] Last commit on ticket.
Diffstat (limited to 'SCI')
-rw-r--r--SCI/ErrorTypes.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/SCI/ErrorTypes.hxx b/SCI/ErrorTypes.hxx
index 7ab31215..041786ba 100644
--- a/SCI/ErrorTypes.hxx
+++ b/SCI/ErrorTypes.hxx
@@ -47,6 +47,7 @@ inline constexpr HError kErrorAsync = 57;
inline constexpr HError kErrorNonBlocking = 58;
inline constexpr HError kErrorIPC = 59;
inline constexpr HError kErrorSign = 60;
+inline constexpr HError kErrorInvalidCreds = 61;
inline constexpr HError kErrorUnimplemented = 0;
inline HError kLastError = 0;