Enum ufbx.ufbx_error_type
Error causes (and UFBX_ERROR_NONE
for no error).
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public enum ufbx.ufbx_error_type
Fields
Name | Description |
---|---|
UFBX_ERROR_ALLOCATION_LIMIT |
|
UFBX_ERROR_BAD_INDEX | Out of bounds index in the file when loading with |
UFBX_ERROR_BAD_NURBS | Attempting to tessellate an invalid NURBS object.
See |
UFBX_ERROR_CANCELLED | User cancelled the loading via |
UFBX_ERROR_DUPLICATE_OVERRIDE | Duplicated override property in |
UFBX_ERROR_EMPTY_FILE | Empty file. |
UFBX_ERROR_EXTERNAL_FILE_NOT_FOUND | External file not found.
See |
UFBX_ERROR_FEATURE_DISABLED | Feature needed for the operation has been compiled out. |
UFBX_ERROR_FILE_NOT_FOUND | File not found. |
UFBX_ERROR_INVALID_UTF8 | Invalid UTF-8 encountered in a file when loading with |
UFBX_ERROR_IO | IO read error.
eg. returning |
UFBX_ERROR_MEMORY_LIMIT |
|
UFBX_ERROR_NODE_DEPTH_LIMIT | Node is deeper than |
UFBX_ERROR_NONE | No error, operation has been performed successfully. |
UFBX_ERROR_OUT_OF_MEMORY | Out of memory (allocator returned |
UFBX_ERROR_THREADED_ASCII_PARSE | Error parsing ASCII array in a thread.
Threaded ASCII parsing is slightly more strict than non-threaded, for cursed files,
set |
UFBX_ERROR_TRUNCATED_FILE | File ended abruptly. |
UFBX_ERROR_TRUNCATED_VERTEX_STREAM | Vertex stream passed to |
UFBX_ERROR_TYPE_FORCE_32BIT | |
UFBX_ERROR_UNINITIALIZED_OPTIONS | Options struct (eg. |
UFBX_ERROR_UNKNOWN | Unspecified error, most likely caused by an invalid FBX file or a file that contains something ufbx can't handle. |
UFBX_ERROR_UNRECOGNIZED_FILE_FORMAT | Could not detect file format from file data or filename.
HINT: You can supply it manually using |
UFBX_ERROR_UNSAFE_OPTIONS | Unsafe options specified without enabling |
UFBX_ERROR_UNSUPPORTED_VERSION | Unsupported file format version.
ufbx still tries to load files with unsupported versions, see |
UFBX_ERROR_ZERO_VERTEX_SIZE | The vertex streams in |