summaryrefslogtreecommitdiffstats
path: root/base/platform_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/platform_file.h')
-rw-r--r--base/platform_file.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/platform_file.h b/base/platform_file.h
index 5024717..b350f8c 100644
--- a/base/platform_file.h
+++ b/base/platform_file.h
@@ -60,7 +60,9 @@ enum PlatformFileError {
PLATFORM_FILE_ERROR_NOT_A_DIRECTORY = -9,
PLATFORM_FILE_ERROR_INVALID_OPERATION = -10,
PLATFORM_FILE_ERROR_SECURITY = -11,
- PLATFORM_FILE_ERROR_ABORT = -12
+ PLATFORM_FILE_ERROR_ABORT = -12,
+ PLATFORM_FILE_ERROR_NOT_A_FILE = -13,
+ PLATFORM_FILE_ERROR_NOT_EMPTY = -14,
};
// Used to hold information about a given file.