clearError #
Sets the request error to null and status to 200
Arguments #
clearError(): void;
Example #
request.clearError();
Edit this page on Github(opens new window)
Sets the request error to null and status to 200
clearError(): void;
request.clearError();