Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

loadError()

Indicates that a page load error has occurred

Synopsis:

#include <WebNotificationDelegate.h>

virtual void loadError( WebFrame* frame,
                        int code,
                        const char* url,
                        const char* description ) = 0;

Description:

Indicates that a page load error has occurred.

Arguments:

frame
A pointer to the WebFrame.
code
The error code.
url
The url that caused the error.
description
A description of the error.

See also:

unknownContentType()