File Error Code
FileErrorCode is an enumeration of ErrorCode that list errors that can happen while dealing with files.
Author
Richard Arriaga
Entries
An unspecified error has occurred.
Indicates a file that was attempted to be created already exists.
Could not locate a file at specified location.
The cache id provided to refer to a file did not refer to any file.
The permissions associated with the file does not allow the attempted action.
An attempt to access a FileManager-cached file that has been closed and removed from the cache has occurred.
Encoding the file for storage has failed.
Decoding a file has failed.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.