#include <ResourceErrorBase.h>
|
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
} |
|
◆ Type [1/2]
Enumerator |
---|
Null | |
General | |
AccessControl | |
Cancellation | |
Timeout | |
Null | |
General | |
AccessControl | |
Cancellation | |
Timeout | |
◆ Type [2/2]
Enumerator |
---|
Null | |
General | |
AccessControl | |
Cancellation | |
Timeout | |
Null | |
General | |
AccessControl | |
Cancellation | |
Timeout | |
◆ ResourceErrorBase() [1/4]
WebCore::ResourceErrorBase::ResourceErrorBase |
( |
Type |
type | ) |
|
|
inlineprotected |
◆ ResourceErrorBase() [2/4]
WebCore::ResourceErrorBase::ResourceErrorBase |
( |
const String & |
domain, |
|
|
int |
errorCode, |
|
|
const URL & |
failingURL, |
|
|
const String & |
localizedDescription, |
|
|
Type |
type |
|
) |
| |
|
inlineprotected |
◆ ResourceErrorBase() [3/4]
WebCore::ResourceErrorBase::ResourceErrorBase |
( |
Type |
type | ) |
|
|
inlineprotected |
◆ ResourceErrorBase() [4/4]
WebCore::ResourceErrorBase::ResourceErrorBase |
( |
const String & |
domain, |
|
|
int |
errorCode, |
|
|
const URL & |
failingURL, |
|
|
const String & |
localizedDescription, |
|
|
Type |
type |
|
) |
| |
|
inlineprotected |
◆ compare() [1/2]
◆ compare() [2/2]
◆ domain() [1/2]
const String& WebCore::ResourceErrorBase::domain |
( |
| ) |
const |
|
inline |
◆ domain() [2/2]
const String& WebCore::ResourceErrorBase::domain |
( |
| ) |
const |
|
inline |
◆ errorCode() [1/2]
int WebCore::ResourceErrorBase::errorCode |
( |
| ) |
const |
|
inline |
◆ errorCode() [2/2]
int WebCore::ResourceErrorBase::errorCode |
( |
| ) |
const |
|
inline |
◆ failingURL() [1/2]
const URL& WebCore::ResourceErrorBase::failingURL |
( |
| ) |
const |
|
inline |
◆ failingURL() [2/2]
const URL& WebCore::ResourceErrorBase::failingURL |
( |
| ) |
const |
|
inline |
◆ isAccessControl() [1/2]
bool WebCore::ResourceErrorBase::isAccessControl |
( |
| ) |
const |
|
inline |
◆ isAccessControl() [2/2]
bool WebCore::ResourceErrorBase::isAccessControl |
( |
| ) |
const |
|
inline |
◆ isCancellation() [1/2]
bool WebCore::ResourceErrorBase::isCancellation |
( |
| ) |
const |
|
inline |
◆ isCancellation() [2/2]
bool WebCore::ResourceErrorBase::isCancellation |
( |
| ) |
const |
|
inline |
◆ isGeneral() [1/2]
bool WebCore::ResourceErrorBase::isGeneral |
( |
| ) |
const |
|
inline |
◆ isGeneral() [2/2]
bool WebCore::ResourceErrorBase::isGeneral |
( |
| ) |
const |
|
inline |
◆ isNull() [1/2]
bool WebCore::ResourceErrorBase::isNull |
( |
| ) |
const |
|
inline |
◆ isNull() [2/2]
bool WebCore::ResourceErrorBase::isNull |
( |
| ) |
const |
|
inline |
◆ isolatedCopy() [1/2]
◆ isolatedCopy() [2/2]
◆ isTimeout() [1/2]
bool WebCore::ResourceErrorBase::isTimeout |
( |
| ) |
const |
|
inline |
◆ isTimeout() [2/2]
bool WebCore::ResourceErrorBase::isTimeout |
( |
| ) |
const |
|
inline |
◆ lazyInit() [1/2]
◆ lazyInit() [2/2]
void WebCore::ResourceErrorBase::lazyInit |
( |
| ) |
const |
|
protected |
◆ localizedDescription() [1/2]
const String& WebCore::ResourceErrorBase::localizedDescription |
( |
| ) |
const |
|
inline |
◆ localizedDescription() [2/2]
const String& WebCore::ResourceErrorBase::localizedDescription |
( |
| ) |
const |
|
inline |
◆ platformCompare() [1/2]
◆ platformCompare() [2/2]
◆ platformLazyInit() [1/2]
void WebCore::ResourceErrorBase::platformLazyInit |
( |
| ) |
|
|
inlineprotected |
◆ platformLazyInit() [2/2]
void WebCore::ResourceErrorBase::platformLazyInit |
( |
| ) |
|
|
inlineprotected |
◆ setType() [1/2]
void WebCore::ResourceErrorBase::setType |
( |
Type |
| ) |
|
◆ setType() [2/2]
void WebCore::ResourceErrorBase::setType |
( |
Type |
type | ) |
|
◆ type() [1/2]
Type WebCore::ResourceErrorBase::type |
( |
| ) |
const |
|
inline |
◆ type() [2/2]
Type WebCore::ResourceErrorBase::type |
( |
| ) |
const |
|
inline |
◆ m_domain
String WebCore::ResourceErrorBase::m_domain |
|
protected |
◆ m_errorCode
int WebCore::ResourceErrorBase::m_errorCode { 0 } |
|
protected |
◆ m_failingURL
URL WebCore::ResourceErrorBase::m_failingURL |
|
protected |
◆ m_localizedDescription
String WebCore::ResourceErrorBase::m_localizedDescription |
|
protected |
◆ m_type
The documentation for this class was generated from the following files: