Imported Upstream version 1.15.2
[platform/upstream/krb5.git] / doc / html / _sources / appdev / refs / types / krb5_error_code.txt
1 .. highlightlang:: c
2
3 .. _krb5-error-code-struct:
4
5 krb5_error_code
6 ===============
7
8 ..
9 .. c:type:: krb5_error_code
10 ..
11
12 Used to convey an operation status.
13
14 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.
15
16 Declaration
17 ------------
18
19 typedef krb5_int32 krb5_error_code
20
21