logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tlsrpt_error_code_is_internal - returns if the error code is internal to the TLSRPT library

Author(S)

BorisLohner
           Author(s).

tlsrpt_error_code_is_internal                      2024-11-06                   TLSRPT_ERROR_CODE_IS_INTERNAL(3)

Description

       The tlsrpt_error_code_is_internal function returns if the error code is internal to the TLSRPT library.
       tlsrpt_error_code_is_internal returns 1 if the error code describes an error internal to the TLSRPT
       library. tlsrpt_error_code_is_internal returns 0 if the error code is a composed error code combined of
       the C library function and the call site within the TLSRPT library and the errno value resulting from the
       failed call into the C library.

Name

       tlsrpt_error_code_is_internal - returns if the error code is internal to the TLSRPT library

Return Value

       The tlsrpt_error_code_is_internal function returns if the error code is internal to the TLSRPT library.

See Also

tlsrpt_strerror(3), tlsrpt_errno_from_error_code(3)

Synopsis

       #include <tlsrpt.h>

       int tlsrpt_error_code_is_internal(int errorcode)

See Also