Files
tubestation/docs/nspr/reference/pr_geterrortextlength.rst
2022-02-02 17:19:51 +00:00

23 lines
342 B
ReStructuredText

PR_GetErrorTextLength
=====================
Gets the length of the error text.
Syntax
------
.. code:: eval
#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.