Sets a custom response page to use when a WebView encounters a certain HTML status code from the server (like '404 - File not found').
@param status_code The status code this response page should be associated with. See <http://en.wikipedia.org/wiki/List_of_HTTP_status_codes>
@param file_path The local page to load as a response, should be a path relative to the base directory.
See Implementation
Sets a custom response page to use when a WebView encounters a certain HTML status code from the server (like '404 - File not found').
@param status_code The status code this response page should be associated with. See <http://en.wikipedia.org/wiki/List_of_HTTP_status_codes>
@param file_path The local page to load as a response, should be a path relative to the base directory.