webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Class Methods | List of all members
NSError(WebKitExtras) Category Reference

#import <WebKitErrorsPrivate.h>

Instance Methods

(id- _initWithPluginErrorCode:contentURL:pluginPageURL:pluginName:MIMEType:
 

Class Methods

(NSError *) + _webKitErrorWithCode:failingURL:
 
(NSError *) + _webKitErrorWithDomain:code:URL:
 

Method Documentation

◆ _initWithPluginErrorCode:contentURL:pluginPageURL:pluginName:MIMEType:()

- (id) _initWithPluginErrorCode: (int)  code
contentURL: (NSURL *)  contentURL
pluginPageURL: (NSURL *)  pluginPageURL
pluginName: (NSString *)  pluginName
MIMEType: (NSString *)  MIMEType 

◆ _webKitErrorWithCode:failingURL:()

+ (NSError *) _webKitErrorWithCode: (int)  code
failingURL: (NSString *)  URL 

◆ _webKitErrorWithDomain:code:URL:()

+ (NSError *) _webKitErrorWithDomain: (NSString *)  domain
code: (int)  code
URL: (NSURL *)  URL 

The documentation for this category was generated from the following files: