[#ERR_get_error_line] = ERR_get_error_line :mrdocs: Pop the earliest error and optionally return file and line (deprecated). == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] unsigned long ERR_get_error_line( char const** file, int* line); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Packed error code, or 0 if the queue is empty. == Parameters [cols="1,4"] |=== | Name| Description | *file* | Receives the source file name, or unchanged if NULL. | *line* | Receives the source line number, or unchanged if NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#