Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_GetError

Returns the current thread's last set platform-independent error code.

Syntax

#include <prerror.h>

PRErrorCode PR_GetError(void)

Returns

The value returned is a 32-bit number. NSPR provides no direct interpretation of the number's value. NSPR does use PR_SetError to set error numbers defined in Error Codes.

Document Tags and Contributors

 Contributors to this page: teoli, Callek, Rappo
 Last updated by: teoli,