Scaleform::FileConstants::Errors

Scaleform::FileConstants::Errors
enum Errors {
  Error_FileNotFound = 0x1001,
  Error_Access = 0x1002,
  Error_IOError = 0x1003,
  Error_DiskFull = 0x1004
};
Description

Flags set for handling errors while performing file operations.

Members
Members 
Description 
Error_FileNotFound = 0x1001 
File not found. 
Error_Access = 0x1002 
Error in accessing the file. 
Error_IOError = 0x1003 
I/O error. 
Error_DiskFull = 0x1004 
Disk full error. 
File

SF_File.h