#include <FileException.h>
|
enum | FileExceptionCode {
NOT_FOUND_ERR = FileExceptionOffset + 1,
SECURITY_ERR = FileExceptionOffset + 2,
ABORT_ERR = FileExceptionOffset + 3,
NOT_READABLE_ERR = FileExceptionOffset + 4,
ENCODING_ERR = FileExceptionOffset + 5,
NO_MODIFICATION_ALLOWED_ERR = FileExceptionOffset + 6,
INVALID_STATE_ERR = FileExceptionOffset + 7,
SYNTAX_ERR = FileExceptionOffset + 8,
INVALID_MODIFICATION_ERR = FileExceptionOffset + 9,
QUOTA_EXCEEDED_ERR = FileExceptionOffset + 10,
TYPE_MISMATCH_ERR = FileExceptionOffset + 11,
PATH_EXISTS_ERR = FileExceptionOffset + 12
} |
|
◆ FileExceptionCode
Enumerator |
---|
NOT_FOUND_ERR | |
SECURITY_ERR | |
ABORT_ERR | |
NOT_READABLE_ERR | |
ENCODING_ERR | |
NO_MODIFICATION_ALLOWED_ERR | |
INVALID_STATE_ERR | |
SYNTAX_ERR | |
INVALID_MODIFICATION_ERR | |
QUOTA_EXCEEDED_ERR | |
TYPE_MISMATCH_ERR | |
PATH_EXISTS_ERR | |
◆ create()
◆ ErrorCodeToExceptionCode()
static int WebCore::FileException::ErrorCodeToExceptionCode |
( |
int |
errorCode | ) |
|
|
inlinestatic |
◆ initializeDescription()
◆ FileExceptionMax
const int WebCore::FileException::FileExceptionMax = 1199 |
|
static |
◆ FileExceptionOffset
const int WebCore::FileException::FileExceptionOffset = 1100 |
|
static |
The documentation for this class was generated from the following files: