Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

ERR_clear_error - clear the error queue

Description

ERR_clear_error() empties the current thread's error queue.

Name

       ERR_clear_error - clear the error queue

Return Values

ERR_clear_error() has no return value.

See Also

ERR_get_error(3)

Synopsis

        #include <openssl/err.h>

        void ERR_clear_error(void);

See Also