Class: Wx::WEB::WebViewNavigationError
- Defined in:
- lib/wx/doc/gen/web/web_view.rb
Overview
Types of errors that can cause navigation to fail.
Constant Summary collapse
- WEBVIEW_NAV_ERR_CONNECTION =
Connection error (timeout, etc.)
Wx::WEB::WebViewNavigationError.new(0)
- WEBVIEW_NAV_ERR_CERTIFICATE =
Invalid certificate.
Wx::WEB::WebViewNavigationError.new(1)
- WEBVIEW_NAV_ERR_AUTH =
Authentication required.
Wx::WEB::WebViewNavigationError.new(2)
- WEBVIEW_NAV_ERR_SECURITY =
Other security error.
Wx::WEB::WebViewNavigationError.new(3)
- WEBVIEW_NAV_ERR_NOT_FOUND =
Requested resource not found.
Wx::WEB::WebViewNavigationError.new(4)
- WEBVIEW_NAV_ERR_REQUEST =
Invalid request/parameters (e.g.
Wx::WEB::WebViewNavigationError.new(5)
- WEBVIEW_NAV_ERR_USER_CANCELLED =
The user cancelled (e.g.
Wx::WEB::WebViewNavigationError.new(6)
- WEBVIEW_NAV_ERR_OTHER =
Another (exotic) type of error that didn't fit in other categories.
Wx::WEB::WebViewNavigationError.new(7)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum