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

Core layer error codes. More...

Macros

#define KZC_ERROR_MEMORY_INVALID_POOL_SIZE
 Memory pool size is invalid. More...
 
#define KZC_ERROR_MEMORY_ALLOCATION_MISMATCH
 Incorrect usage of memory allocation/deallocation. More...
 
#define KZC_ERROR_MEMORY_POOL_NOT_FOUND
 Memory pool for the given pointer could not be determined. More...
 
#define KZC_ERROR_ELEMENT_NOT_FOUND
 Given element not found from the collection. More...
 
#define KZC_ERROR_DUPLICATE_ELEMENT
 Element already exists in the given collection. More...
 
#define KZC_EXCEPTION_END_OF_STREAM
 End of stream encountered while reading/writing a stream. More...
 
#define KZC_ERROR_UNSPECIFIED_ENDIANNESS
 Stream endianness was unspecified while trying to read/write non-bytes. More...
 
#define KZC_ERROR_STREAM_OPERATION_FAILED
 Miscellaneous error for streams. More...
 
#define KZC_ERROR_IMAGE_FORMAT_UNSUPPORTED
 Unsupported image format. More...
 
#define KZC_EXCEPTION_IMAGE_FORMAT_UNSUPPORTED
 Unsupported image format. More...
 
#define KZC_ERROR_IMAGE_INVALID
 Corrupted image data. More...
 
#define KZC_EXCEPTION_IMAGE_INVALID
 Corrupted image data. More...
 
#define KZC_ERROR_IMAGE_WRITE_ERROR
 Error occurred while writing image data. More...
 
#define KZC_ERROR_IMAGE_MANIPULATION_ERROR
 Unable to perform given image manipulation operation. More...
 
#define KZC_ERROR_TEXTURE_FORMAT_UNSUPPORTED
 Unsupported texture format. More...
 
#define KZC_ERROR_SHADER_RESTORE_TO_GPU_FAILED
 Shader resume to GPU afiled. More...
 
#define KZC_EXCEPTION_INVALID_FRAMEBUFFER_FORMAT
 Invalid format in frame buffer. More...
 
#define KZC_EXCEPTION_PARSER_UNEXPECTED_TOKEN
 Settings parsing failed due to unexpected token. More...
 
#define KZC_EXCEPTION_PARSER_UNCLOSED_SECTION
 Settings parsing failed due to unclosed section. More...
 
#define KZC_EXCEPTION_PARSER_PAIRLESS_BRACE
 Settings parsing failed due to brace mismatch. More...
 
#define KZC_ERROR_OPENGL_ERROR
 OpenGL related error. More...
 
#define KZC_ERROR_SHADER_UNDEFINED
 Undefined shader error. More...
 
#define KZC_ERROR_MAX_UNIFORM_ARRAY_SIZE_EXCEEDED
 Maximum amount of uniform elements in array exceeded. More...
 
#define KZC_ERROR_MAX_TEXTURE_UNITS_EXCEEDED
 Maximum amount of texture units exceeded. More...
 
#define KZC_ERROR_RENDERER_SURFACE_NOT_SET
 Surface not set for renderer. More...
 
#define KZC_ERROR_INVALID_EGL_IMAGE
 Surface not set for renderer. More...
 

Detailed Description

Core layer error codes.

Copyright 2008-2020 by Rightware. All rights reserved.

Macro Definition Documentation

#define KZC_ERROR_MEMORY_INVALID_POOL_SIZE

Memory pool size is invalid.

#define KZC_ERROR_MEMORY_ALLOCATION_MISMATCH

Incorrect usage of memory allocation/deallocation.

#define KZC_ERROR_MEMORY_POOL_NOT_FOUND

Memory pool for the given pointer could not be determined.

#define KZC_ERROR_ELEMENT_NOT_FOUND

Given element not found from the collection.

#define KZC_ERROR_DUPLICATE_ELEMENT

Element already exists in the given collection.

#define KZC_EXCEPTION_END_OF_STREAM

End of stream encountered while reading/writing a stream.

#define KZC_ERROR_UNSPECIFIED_ENDIANNESS

Stream endianness was unspecified while trying to read/write non-bytes.

#define KZC_ERROR_STREAM_OPERATION_FAILED

Miscellaneous error for streams.

#define KZC_ERROR_IMAGE_FORMAT_UNSUPPORTED

Unsupported image format.

#define KZC_EXCEPTION_IMAGE_FORMAT_UNSUPPORTED

Unsupported image format.

#define KZC_ERROR_IMAGE_INVALID

Corrupted image data.

#define KZC_EXCEPTION_IMAGE_INVALID

Corrupted image data.

#define KZC_ERROR_IMAGE_WRITE_ERROR

Error occurred while writing image data.

#define KZC_ERROR_IMAGE_MANIPULATION_ERROR

Unable to perform given image manipulation operation.

#define KZC_ERROR_TEXTURE_FORMAT_UNSUPPORTED

Unsupported texture format.

#define KZC_ERROR_SHADER_RESTORE_TO_GPU_FAILED

Shader resume to GPU afiled.

#define KZC_EXCEPTION_INVALID_FRAMEBUFFER_FORMAT

Invalid format in frame buffer.

#define KZC_EXCEPTION_PARSER_UNEXPECTED_TOKEN

Settings parsing failed due to unexpected token.

#define KZC_EXCEPTION_PARSER_UNCLOSED_SECTION

Settings parsing failed due to unclosed section.

#define KZC_EXCEPTION_PARSER_PAIRLESS_BRACE

Settings parsing failed due to brace mismatch.

#define KZC_ERROR_OPENGL_ERROR

OpenGL related error.

#define KZC_ERROR_SHADER_UNDEFINED

Undefined shader error.

#define KZC_ERROR_MAX_UNIFORM_ARRAY_SIZE_EXCEEDED

Maximum amount of uniform elements in array exceeded.

#define KZC_ERROR_MAX_TEXTURE_UNITS_EXCEEDED

Maximum amount of texture units exceeded.

#define KZC_ERROR_RENDERER_SURFACE_NOT_SET

Surface not set for renderer.

#define KZC_ERROR_INVALID_EGL_IMAGE

Surface not set for renderer.