File Error Code
FileErrorCode is an enumeration of ErrorCode that list errors that can happen while dealing with files.
Author
Richard Arriaga
Entries
Link copied to clipboard
Content copied to clipboard
An unspecified error has occurred.
Link copied to clipboard
Content copied to clipboard
Indicates a file that was attempted to be created already exists.
Link copied to clipboard
Content copied to clipboard
Could not locate a file at specified location.
Link copied to clipboard
Content copied to clipboard
The cache id provided to refer to a file did not refer to any file.
Link copied to clipboard
Content copied to clipboard
The permissions associated with the file does not allow the attempted action.
Link copied to clipboard
Content copied to clipboard
An attempt to access a FileManager-cached file that has been closed and removed from the cache has occurred.
Link copied to clipboard
Content copied to clipboard
Encoding the file for storage has failed.
Link copied to clipboard
Content copied to clipboard
Decoding a file has failed.