The ErrorPageExtensionOption class describes the option for the error page extension. More...
#include <QWebPage>
This class was introduced in Qt 4.6.
ErrorDomain | domain |
int | error |
QString | errorString |
QWebFrame * | frame |
QUrl | url |
The ErrorPageExtensionOption class describes the option for the error page extension.
The ErrorPageExtensionOption class holds the url for which an error occurred as well as the associated frame.
The error itself is reported by an error domain, the error code as well as errorString.
See also QWebPage::extension() and QWebPage::ErrorPageExtensionReturn.
This variable holds the domain that reported the error.
This variable holds the error code. Interpretation of the value depends on the domain.
See also QWebPage::ErrorDomain.
This variable holds a string that describes the error.
This variable holds the frame associated with the error.
This variable holds the url for which an error occurred.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.