All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kzs_error_codes.h File Reference

System layer error codes. More...

Macros

#define KZS_ERROR_INITIALIZATION_FAILED
 System initialization failed. More...
 
#define KZS_ERROR_OUT_OF_MEMORY
 Out of memory. More...
 
#define KZS_EXCEPTION_MEMORY_LEAK
 Memory leak detected when exiting the application. More...
 
#define KZS_ERROR_TOO_MANY_LOGGERS
 Number of loggers exceeds the supported maximum. More...
 
#define KZS_ERROR_DISPLAY_INITIALIZATION_FAILED
 Failed to initialize display. More...
 
#define KZS_ERROR_WINDOW_CREATION_FAILED
 Failed to create window. More...
 
#define KZS_EXCEPTION_WINDOW_CREATION_FAILED
 Failed to create window. More...
 
#define KZS_ERROR_WINDOW_MODIFICATION_FAILED
 Failed to create window. More...
 
#define KZS_ERROR_SURFACE_INITIALIZATION_FAILED
 Failed to initialize surface. More...
 
#define KZS_ERROR_SURFACE_UPDATE_FAILED
 Failed to update surface. More...
 
#define KZS_ERROR_SURFACE_ACTIVATION_FAILED
 Failed to activate surface. More...
 
#define KZS_ERROR_SURFACE_PARAMETER_QUERY_FAILED
 Failed to get surface parameters. More...
 
#define KZS_EXCEPTION_SURFACE_PARAMETER_QUERY_FAILED
 Failed to get surface parameters. More...
 
#define KZS_ERROR_DISPLAY_OPENGL_NOT_SUPPORTED
 Unsupported OpenGL version. More...
 
#define KZS_ERROR_DISPLAY_OPENGL_VERSION_NOT_DETECTED
 Failed to read OpenGL version information. More...
 
#define KZS_ERROR_SURFACE_COPY_FAILED
 Failed to copy surface to pixmap. More...
 
#define KZS_ERROR_IMAGE_DELETE_FAILED
 Deleting an image failed. More...
 
#define KZS_ERROR_CONTEXT_UPDATE_FAILED
 Failed to update context. More...
 
#define KZS_ERROR_CONTEXT_PARAMETER_QUERY_FAILED
 Failed to get context parameters. More...
 
#define KZS_EXCEPTION_FILE_OPEN_FAILED
 Failed to open file or directory. More...
 
#define KZS_ERROR_FILE_OPERATION_FAILED
 File operation failed. More...
 
#define KZS_ERROR_INVALID_NAME
 Invalid file or directory name. More...
 
#define KZS_ERROR_NOT_FOUND
 File or directory not found (while opening). More...
 
#define KZS_ERROR_THREAD_NOT_FINISHED
 Thread is still running. More...
 
#define KZS_ERROR_THREAD_OPERATION_FAILED
 Thread operation failed for some reason. More...
 
#define KZS_EXCEPTION_UNDEFINED_THREAD_OPERATION
 Undefined thread operation was executed. More...
 
#define KZS_ERROR_SOCKET_OPERATION_FAILED
 Socket operation failed for some reason. More...
 
#define KZS_EXCEPTION_ILLEGAL_ARGUMENT
 Function was passed an illegal argument. More...
 
#define KZS_ERROR_STRING_INVALID_FORMAT
 Invalid format string. More...
 

Detailed Description

System layer error codes.

Copyright 2008-2020 by Rightware. All rights reserved.

Macro Definition Documentation

#define KZS_ERROR_INITIALIZATION_FAILED

System initialization failed.

#define KZS_ERROR_OUT_OF_MEMORY

Out of memory.

#define KZS_EXCEPTION_MEMORY_LEAK

Memory leak detected when exiting the application.

#define KZS_ERROR_TOO_MANY_LOGGERS

Number of loggers exceeds the supported maximum.

#define KZS_ERROR_DISPLAY_INITIALIZATION_FAILED

Failed to initialize display.

#define KZS_ERROR_WINDOW_CREATION_FAILED

Failed to create window.

#define KZS_EXCEPTION_WINDOW_CREATION_FAILED

Failed to create window.

#define KZS_ERROR_WINDOW_MODIFICATION_FAILED

Failed to create window.

#define KZS_ERROR_SURFACE_INITIALIZATION_FAILED

Failed to initialize surface.

#define KZS_ERROR_SURFACE_UPDATE_FAILED

Failed to update surface.

#define KZS_ERROR_SURFACE_ACTIVATION_FAILED

Failed to activate surface.

#define KZS_ERROR_SURFACE_PARAMETER_QUERY_FAILED

Failed to get surface parameters.

#define KZS_EXCEPTION_SURFACE_PARAMETER_QUERY_FAILED

Failed to get surface parameters.

#define KZS_ERROR_DISPLAY_OPENGL_NOT_SUPPORTED

Unsupported OpenGL version.

#define KZS_ERROR_DISPLAY_OPENGL_VERSION_NOT_DETECTED

Failed to read OpenGL version information.

#define KZS_ERROR_SURFACE_COPY_FAILED

Failed to copy surface to pixmap.

#define KZS_ERROR_IMAGE_DELETE_FAILED

Deleting an image failed.

#define KZS_ERROR_CONTEXT_UPDATE_FAILED

Failed to update context.

#define KZS_ERROR_CONTEXT_PARAMETER_QUERY_FAILED

Failed to get context parameters.

#define KZS_EXCEPTION_FILE_OPEN_FAILED

Failed to open file or directory.

#define KZS_ERROR_FILE_OPERATION_FAILED

File operation failed.

#define KZS_ERROR_INVALID_NAME

Invalid file or directory name.

#define KZS_ERROR_NOT_FOUND

File or directory not found (while opening).

#define KZS_ERROR_THREAD_NOT_FINISHED

Thread is still running.

#define KZS_ERROR_THREAD_OPERATION_FAILED

Thread operation failed for some reason.

#define KZS_EXCEPTION_UNDEFINED_THREAD_OPERATION

Undefined thread operation was executed.

#define KZS_ERROR_SOCKET_OPERATION_FAILED

Socket operation failed for some reason.

#define KZS_EXCEPTION_ILLEGAL_ARGUMENT

Function was passed an illegal argument.

#define KZS_ERROR_STRING_INVALID_FORMAT

Invalid format string.