#include <ResourceError.h>
|
| ResourceError (Type type=Type::Null) |
|
| ResourceError (const String &domain, int errorCode, const URL &failingURL, const String &localizedDescription, Type type=Type::General) |
|
WEBCORE_EXPORT | ResourceError (CFErrorRef error) |
|
WEBCORE_EXPORT CFErrorRef | cfError () const |
|
WEBCORE_EXPORT | operator CFErrorRef () const |
|
| ResourceError (Type type=Type::Null) |
|
| ResourceError (const String &domain, int errorCode, const URL &failingURL, const String &localizedDescription, Type type=Type::General) |
|
WEBCORE_EXPORT | ResourceError (CFErrorRef error) |
|
WEBCORE_EXPORT CFErrorRef | cfError () const |
|
WEBCORE_EXPORT | operator CFErrorRef () const |
|
| ResourceError (Type type=Type::Null) |
|
| ResourceError (const String &domain, int errorCode, const URL &failingURL, const String &localizedDescription, Type type=Type::General) |
|
unsigned | sslErrors () const |
|
void | setSSLErrors (unsigned sslVerifyResult) |
|
bool | hasSSLConnectError () const |
|
ResourceError | isolatedCopy () const |
|
const String & | domain () const |
|
int | errorCode () const |
|
const URL & | failingURL () const |
|
const String & | localizedDescription () const |
|
bool | isNull () const |
|
bool | isGeneral () const |
|
bool | isAccessControl () const |
|
bool | isCancellation () const |
|
bool | isTimeout () const |
|
void | setType (Type) |
|
Type | type () const |
|
ResourceError | isolatedCopy () const |
|
const String & | domain () const |
|
int | errorCode () const |
|
const URL & | failingURL () const |
|
const String & | localizedDescription () const |
|
bool | isNull () const |
|
bool | isGeneral () const |
|
bool | isAccessControl () const |
|
bool | isCancellation () const |
|
bool | isTimeout () const |
|
void | setType (Type) |
|
Type | type () const |
|
|
enum | Type {
Type::Null,
Type::General,
Type::AccessControl,
Type::Cancellation,
Type::Timeout,
Type::Null,
Type::General,
Type::AccessControl,
Type::Cancellation,
Type::Timeout
} |
|
enum | Type {
Type::Null,
Type::General,
Type::AccessControl,
Type::Cancellation,
Type::Timeout,
Type::Null,
Type::General,
Type::AccessControl,
Type::Cancellation,
Type::Timeout
} |
|
| ResourceErrorBase (Type type) |
|
| ResourceErrorBase (const String &domain, int errorCode, const URL &failingURL, const String &localizedDescription, Type type) |
|
WEBCORE_EXPORT void | lazyInit () const |
|
void | platformLazyInit () |
|
| ResourceErrorBase (Type type) |
|
| ResourceErrorBase (const String &domain, int errorCode, const URL &failingURL, const String &localizedDescription, Type type) |
|
WEBCORE_EXPORT void | lazyInit () const |
|
void | platformLazyInit () |
|
static bool | platformCompare (const ResourceError &, const ResourceError &) |
|
static bool | platformCompare (const ResourceError &, const ResourceError &) |
|
String | m_domain |
|
URL | m_failingURL |
|
String | m_localizedDescription |
|
int | m_errorCode { 0 } |
|
Type | m_type { Type::General } |
|
◆ ResourceError() [1/8]
◆ ResourceError() [2/8]
WebCore::ResourceError::ResourceError |
( |
const String & |
domain, |
|
|
int |
errorCode, |
|
|
const URL & |
failingURL, |
|
|
const String & |
localizedDescription, |
|
|
Type |
type = Type::General |
|
) |
| |
|
inline |
◆ ResourceError() [3/8]
WebCore::ResourceError::ResourceError |
( |
CFErrorRef |
error | ) |
|
◆ ResourceError() [4/8]
◆ ResourceError() [5/8]
WebCore::ResourceError::ResourceError |
( |
const String & |
domain, |
|
|
int |
errorCode, |
|
|
const URL & |
failingURL, |
|
|
const String & |
localizedDescription, |
|
|
Type |
type = Type::General |
|
) |
| |
|
inline |
◆ ResourceError() [6/8]
WEBCORE_EXPORT WebCore::ResourceError::ResourceError |
( |
CFErrorRef |
error | ) |
|
◆ ResourceError() [7/8]
◆ ResourceError() [8/8]
WebCore::ResourceError::ResourceError |
( |
const String & |
domain, |
|
|
int |
errorCode, |
|
|
const URL & |
failingURL, |
|
|
const String & |
localizedDescription, |
|
|
Type |
type = Type::General |
|
) |
| |
|
inline |
◆ cfError() [1/2]
CFErrorRef WebCore::ResourceError::cfError |
( |
| ) |
const |
◆ cfError() [2/2]
◆ hasSSLConnectError()
bool WebCore::ResourceError::hasSSLConnectError |
( |
| ) |
const |
|
inline |
◆ operator CFErrorRef() [1/2]
WebCore::ResourceError::operator CFErrorRef |
( |
| ) |
const |
◆ operator CFErrorRef() [2/2]
◆ platformCompare() [1/2]
◆ platformCompare() [2/2]
◆ setSSLErrors()
void WebCore::ResourceError::setSSLErrors |
( |
unsigned |
sslVerifyResult | ) |
|
|
inline |
◆ sslErrors()
unsigned WebCore::ResourceError::sslErrors |
( |
| ) |
const |
|
inline |
◆ ResourceErrorBase
The documentation for this class was generated from the following files: