aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/types/krb5_error_code.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/types/krb5_error_code.txt')
-rw-r--r--doc/html/_sources/appdev/refs/types/krb5_error_code.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/types/krb5_error_code.txt b/doc/html/_sources/appdev/refs/types/krb5_error_code.txt
new file mode 100644
index 000000000000..60a3b728e0f3
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/types/krb5_error_code.txt
@@ -0,0 +1,21 @@
+.. highlightlang:: c
+
+.. _krb5-error-code-struct:
+
+krb5_error_code
+===============
+
+..
+.. c:type:: krb5_error_code
+..
+
+Used to convey an operation status.
+
+The value 0 indicates success; any other values are com_err codes. Use :c:func:`krb5_get_error_message()` to obtain a string describing the error.
+
+Declaration
+------------
+
+typedef krb5_int32 krb5_error_code
+
+