1
0
Fork 0
firefox/docs/nspr/reference/pr_geterrortextlength.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

22 lines
337 B
ReStructuredText

PR_GetErrorTextLength
=====================
Gets the length of the error text.
Syntax
------
.. code::
#include <prerror.h>
PRInt32 PR_GetErrorTextLength(void)
Returns
~~~~~~~
If a zero is returned, no error text is currently set. Otherwise, the
value returned is sufficient to contain the error text currently
available.