sisoIoFileErrorCodes.h Source File

sisoIoFileErrorCodes.h
Go to the documentation of this file.
1
13#pragma once
14
FILE_IO_ERRORS
Definition sisoIoFileErrorCodes.h:16
@ ERR_FIO_UNDEFINED
Definition sisoIoFileErrorCodes.h:19
@ ERR_FIO_READ_FILE
Definition sisoIoFileErrorCodes.h:22
@ ERR_FIO_NO_DATA_TO_READ
Definition sisoIoFileErrorCodes.h:28
@ ERR_FIO_IMAGE_BITS_ARE_BIGGER_THAN_16
Definition sisoIoFileErrorCodes.h:30
@ ERR_FIO_HANDLE_IS_NULL
Definition sisoIoFileErrorCodes.h:26
@ ERR_FIO_CLOSE_HANDLE
Definition sisoIoFileErrorCodes.h:29
@ ERR_FIO_CANNOT_LOAD_RGB24_ON_RGB48_LINK
Definition sisoIoFileErrorCodes.h:33
@ ERR_FIO_TARGET_BITWIDTH_IS_DIFFERENT
Definition sisoIoFileErrorCodes.h:31
@ ERR_FIO_INVALID_FILENAME
Definition sisoIoFileErrorCodes.h:34
@ ERR_FIO_WRITE_FILE
Definition sisoIoFileErrorCodes.h:21
@ ERR_FIO_TARGET_COMPONENT_COUNT_IS_DIFFERENT
Definition sisoIoFileErrorCodes.h:32
@ ERR_FIO_NO_DATA_TO_SAVE
Definition sisoIoFileErrorCodes.h:24
@ ERR_FIO_FORMAT_UNKNOWN
Definition sisoIoFileErrorCodes.h:23
@ ERR_FIO_CODE_UNTOUCHED
Definition sisoIoFileErrorCodes.h:27
@ ERR_FIO_NO_ERROR
Definition sisoIoFileErrorCodes.h:18
@ ERR_FIO_UNSUPPORTED_FORMAT
Definition sisoIoFileErrorCodes.h:35
@ ERR_FIO_OPEN_FILE
Definition sisoIoFileErrorCodes.h:20
@ ERR_FIO_FILE_DOES_NOT_EXIST
Definition sisoIoFileErrorCodes.h:25