Mac OS X Reference Library Apple Developer
Search

FileError

Module:
html
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

ABORT_ERR
code
ENCODING_ERR
NO_MODIFICATION_ALLOWED_ERR
NOT_FOUND_ERR
NOT_READABLE_ERR
SECURITY_ERR

ABORT_ERR



const unsigned short ABORT_ERR = 20; 

code



readonly attribute unsigned short code; 

ENCODING_ERR



const unsigned short ENCODING_ERR = 26; 

NO_MODIFICATION_ALLOWED_ERR



const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7; 

NOT_FOUND_ERR



const unsigned short NOT_FOUND_ERR = 8; 

NOT_READABLE_ERR



const unsigned short NOT_READABLE_ERR = 24; 

SECURITY_ERR



const unsigned short SECURITY_ERR = 18; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27