Kanzi 3.9.12
kzc_error_codes.hpp File Reference

Core layer error codes. More...

Macros

#define KZC_ERROR_DUPLICATE_ELEMENT
 Element already exists in the given collection.
 
#define KZC_ERROR_ELEMENT_NOT_FOUND
 Given element not found from the collection.
 
#define KZC_ERROR_IMAGE_FORMAT_UNSUPPORTED
 Unsupported image format.
 
#define KZC_ERROR_IMAGE_INVALID
 Corrupted image data.
 
#define KZC_ERROR_IMAGE_MANIPULATION_ERROR
 Unable to perform given image manipulation operation.
 
#define KZC_ERROR_IMAGE_WRITE_ERROR
 Error occurred while writing image data.
 
#define KZC_ERROR_OPENGL_ERROR
 OpenGL related error.
 
#define KZC_ERROR_UNSPECIFIED_ENDIANNESS
 Stream endianness was unspecified while trying to read/write non-bytes.
 
#define KZC_EXCEPTION_END_OF_STREAM
 End of stream encountered while reading/writing a stream.
 
#define KZC_EXCEPTION_IMAGE_FORMAT_UNSUPPORTED
 Unsupported image format.
 
#define KZC_EXCEPTION_IMAGE_INVALID
 Corrupted image data.
 

Detailed Description

Core layer error codes.

Copyright 2008-2017 by Rightware. All rights reserved.

Macro Definition Documentation

◆ KZC_ERROR_ELEMENT_NOT_FOUND

#define KZC_ERROR_ELEMENT_NOT_FOUND

Given element not found from the collection.

◆ KZC_ERROR_DUPLICATE_ELEMENT

#define KZC_ERROR_DUPLICATE_ELEMENT

Element already exists in the given collection.

◆ KZC_EXCEPTION_END_OF_STREAM

#define KZC_EXCEPTION_END_OF_STREAM

End of stream encountered while reading/writing a stream.

◆ KZC_ERROR_UNSPECIFIED_ENDIANNESS

#define KZC_ERROR_UNSPECIFIED_ENDIANNESS

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

◆ KZC_ERROR_IMAGE_FORMAT_UNSUPPORTED

#define KZC_ERROR_IMAGE_FORMAT_UNSUPPORTED

Unsupported image format.

◆ KZC_EXCEPTION_IMAGE_FORMAT_UNSUPPORTED

#define KZC_EXCEPTION_IMAGE_FORMAT_UNSUPPORTED

Unsupported image format.

◆ KZC_ERROR_IMAGE_INVALID

#define KZC_ERROR_IMAGE_INVALID

Corrupted image data.

◆ KZC_EXCEPTION_IMAGE_INVALID

#define KZC_EXCEPTION_IMAGE_INVALID

Corrupted image data.

◆ KZC_ERROR_IMAGE_WRITE_ERROR

#define KZC_ERROR_IMAGE_WRITE_ERROR

Error occurred while writing image data.

◆ KZC_ERROR_IMAGE_MANIPULATION_ERROR

#define KZC_ERROR_IMAGE_MANIPULATION_ERROR

Unable to perform given image manipulation operation.

◆ KZC_ERROR_OPENGL_ERROR

#define KZC_ERROR_OPENGL_ERROR

OpenGL related error.