diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-29 08:28:15 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-29 08:28:15 +0200 |
| commit | 83a3ac27ddd9a02ad698407515b0e708197b2aac (patch) | |
| tree | 5937d6b70ba935b419eed3b309abd2ced464ffe6 /SCI | |
| parent | 4db57a2d646b1538783a0675b38bada7a0f903ae (diff) | |
[MHR-36] Last commit on ticket.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'SCI')
| -rw-r--r-- | SCI/ErrorTypes.hxx | 1 |
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; |
