User layer error codes. More...
Macros | |
#define | KZU_EXCEPTION_FILE_NOT_FOUND |
Given file was not found from a binary. More... | |
#define | KZU_ERROR_INVALID_BINARY_DATA |
Encountered invalid binary data while reading .kzb. More... | |
#define | KZU_ERROR_WRONG_BINARY_FILE_TYPE |
Wrong binary file type for given file. More... | |
#define | KZU_ERROR_INVALID_FILE_PATH |
Invalid file path. More... | |
#define | KZU_EXCEPTION_INCOMPLETE_BINARY_FILE |
Binary file is truncated and does not contain requested data. More... | |
#define | KZU_ERROR_INVALID_SCENE_GRAPH |
Scene graph contains invalid data. More... | |
#define | KZU_ERROR_PROPERTY_NOT_FOUND |
Requested property was not found. More... | |
#define | KZU_ERROR_INVALID_PROPERTY |
Property was invalid. More... | |
#define | KZU_ERROR_WRONG_PROPERTY_DATA_TYPE |
Property data type was wrong in the context. More... | |
#define | KZU_ERROR_MESH_INVALID_VERTEX_ATTRIBUTE_MAPPING |
Invalid vertex attribute mapping for mesh. More... | |
#define | KZU_ERROR_PROJECT_LOADING_FAILED |
Failed to load project. More... | |
#define | KZU_ERROR_PROJECT_OBJECT_NOT_FOUND |
Requested object not found from project. More... | |
#define | KZU_ERROR_SCHEDULER_TASK_NOT_FOUND |
Task not found from scheduler. More... | |
#define | KZU_ERROR_FONT_INVALID_DATA |
Font data is corrupt. More... | |
#define | KZU_ERROR_ITYPE_FAILED |
Error with iType. More... | |
#define | KZU_ERROR_FREETYPE_FAILED |
Error with FreeType. More... | |
#define | KZU_ERROR_FONT_SHADER_NOT_INITIALIZED |
Uninitialized font shader. More... | |
#define | KZU_ERROR_WTSHAPER_FAILED |
Error with WTShaper. More... | |
#define | KZU_ERROR_ICU_FAILED |
Error with ICU. More... | |
#define | KZU_ERROR_LICENSE_RESTRICTION |
Operation is not allowed with the given license type. More... | |
#define | KZU_ERROR_RESOURCE_NOT_LOADED |
An operation with a resource failed because the resource has not yet been loaded. More... | |
#define | KZU_ERROR_INVALID_RESOURCE_PATH |
Invalid resource path was given. More... | |
#define | KZU_ERROR_PROTOCOL_ALREAY_REGISTERED |
Trying to register a resource handler protocol, which has already been registered. More... | |
#define | KZU_ERROR_EXPRESSION_VALIDATOR_INVALID_OPERATION_CODE |
Expression validator operation code is unknown. More... | |
#define | KZU_ERROR_VALIDATOR_CHANGED_AFTER_ATTACH |
Expression validator operation code is unknown. More... | |
User layer error codes.
Copyright 2008-2017 by Rightware. All rights reserved.
#define KZU_EXCEPTION_FILE_NOT_FOUND |
Given file was not found from a binary.
#define KZU_ERROR_INVALID_BINARY_DATA |
Encountered invalid binary data while reading .kzb.
#define KZU_ERROR_WRONG_BINARY_FILE_TYPE |
Wrong binary file type for given file.
#define KZU_ERROR_INVALID_FILE_PATH |
Invalid file path.
#define KZU_EXCEPTION_INCOMPLETE_BINARY_FILE |
Binary file is truncated and does not contain requested data.
#define KZU_ERROR_INVALID_SCENE_GRAPH |
Scene graph contains invalid data.
#define KZU_ERROR_PROPERTY_NOT_FOUND |
Requested property was not found.
#define KZU_ERROR_INVALID_PROPERTY |
Property was invalid.
#define KZU_ERROR_WRONG_PROPERTY_DATA_TYPE |
Property data type was wrong in the context.
#define KZU_ERROR_MESH_INVALID_VERTEX_ATTRIBUTE_MAPPING |
Invalid vertex attribute mapping for mesh.
#define KZU_ERROR_PROJECT_LOADING_FAILED |
Failed to load project.
#define KZU_ERROR_PROJECT_OBJECT_NOT_FOUND |
Requested object not found from project.
#define KZU_ERROR_SCHEDULER_TASK_NOT_FOUND |
Task not found from scheduler.
#define KZU_ERROR_FONT_INVALID_DATA |
Font data is corrupt.
#define KZU_ERROR_ITYPE_FAILED |
Error with iType.
#define KZU_ERROR_FREETYPE_FAILED |
Error with FreeType.
#define KZU_ERROR_FONT_SHADER_NOT_INITIALIZED |
Uninitialized font shader.
#define KZU_ERROR_WTSHAPER_FAILED |
Error with WTShaper.
#define KZU_ERROR_ICU_FAILED |
Error with ICU.
#define KZU_ERROR_LICENSE_RESTRICTION |
Operation is not allowed with the given license type.
#define KZU_ERROR_RESOURCE_NOT_LOADED |
An operation with a resource failed because the resource has not yet been loaded.
#define KZU_ERROR_INVALID_RESOURCE_PATH |
Invalid resource path was given.
#define KZU_ERROR_PROTOCOL_ALREAY_REGISTERED |
Trying to register a resource handler protocol, which has already been registered.
#define KZU_ERROR_EXPRESSION_VALIDATOR_INVALID_OPERATION_CODE |
Expression validator operation code is unknown.
#define KZU_ERROR_VALIDATOR_CHANGED_AFTER_ATTACH |
Expression validator operation code is unknown.