Open Search
    FILEERROR

    Detailed Description

    Enumerations

    enum class  FILEERROR {
      NONE ,
      OPEN ,
      CLOSE ,
      READ ,
      WRITE ,
      SEEK ,
      INVALID ,
      OUTOFMEMORY ,
      USERBREAK ,
      WRONG_VALUE ,
      CHUNK_NUMBER ,
      VALUE_NO_CHUNK ,
      FILEEND ,
      UNKNOWN_VALUE
    }
     

    Functions

    enum FILEERROR MAXON_ENUM_LIST (FILEERROR)
     

    Enumeration Type Documentation

    ◆ FILEERROR

    enum FILEERROR
    strong
    Enumerator
    NONE 

    No error.

    OPEN 

    Problems opening the file.

    CLOSE 

    Problems closing the file.

    READ 

    Problems reading the file.

    WRITE 

    Problems writing the file.

    SEEK 

    Problems seeking the file.

    INVALID 

    Invalid parameter or operation (e.g. writing in read-mode).

    OUTOFMEMORY 

    Not enough memory.

    USERBREAK 

    User break.

    WRONG_VALUE 

    Other value detected than expected.

    CHUNK_NUMBER 

    Wrong number of chunks or sub-chunks detected.

    VALUE_NO_CHUNK 

    There was a value without any enclosing START/STOP chunks.

    FILEEND 

    The file end was reached without finishing reading.

    UNKNOWN_VALUE 

    Unknown value detected.

    Function Documentation

    ◆ MAXON_ENUM_LIST()

    enum FILEERROR MAXON_ENUM_LIST ( FILEERROR  )