Skip to content

Commit

Permalink
update the description too
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Nov 21, 2024
1 parent f855d31 commit 7156e38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/errors.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
XX(PARTIALLY_AUTHENTICATED, "api session is partially authenticated, waiting for auth query resolution") \
XX(INVALID_AUTHENTICATOR_TYPE, "the authenticator could not be extended as it is the incorrect type") \
XX(INVALID_AUTHENTICATOR_CERT, "the authenticator could not be extended as the current client certificate does not match") \
XX(INVALID_CERT_KEY_PAIR, "the active certificate and key could not be set, invalid pair, or could not parse") \
XX(INVALID_CERT_KEY_PAIR, "the active certificate and key could not be set, invalid pair, or could not parse") \
XX(CERT_IN_USE,"the provided certificate already in use") \
XX(CERT_FAILED_VALIDATION, "the provided key/cert are invalid") \
XX(WTF, "WTF: programming error")


Expand Down

0 comments on commit 7156e38

Please sign in to comment.