[#ERR_FATAL_ERROR] = ERR_FATAL_ERROR :mrdocs: Return whether a packed error code is marked fatal. == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[maybe_unused]] static int ERR_FATAL_ERROR(unsigned long errcode); ---- [NOTE] ==== This entity https://en.cppreference.com/cpp/language/attributes/maybe_unused[may be unused^], and the compiler will not warn about it. ==== == Return Value Non‐zero if ERR_RFLAG_FATAL is set on `errcode,` otherwise 0. == Parameters [cols="1,4"] |=== | Name| Description | *errcode* | Error code as returned by ERR_get_error() or ERR_peek_error(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#