|
|
|
|
Events
Functions
MioScript Reference
|
|
Raised when an error occurs when a webbrowser object is trying to navigate to a new page.
Navigation to the default error page can be canceled with browser.ID.cancel.
The status code of the error can be retreived with browser.ID.get.status.
The status code can be one of the following values:
502: Bad Gateway
405: Bad Method
400: Bad Request
409: Conflict
401: Denied
403: Forbidden
504: Gateway Timeout
410: Gone
411: Length Required
406: None Acceptable
404: Not Found
501: Not Supported
402: Payment Request
412: Precond. Failed
407: Proxy Authorization Requested
408: Request Timeout
413: Request Too Large
449: Retry With
500: Server Error
503: Service Unavailable
415: Unsupported Media
414: URI Too Long
505: Version Not Supported
|
|
|