summaryrefslogtreecommitdiffhomepage
path: root/SCI
diff options
context:
space:
mode:
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;