Struct ufbx.ufbx_error
Error description with detailed stack trace
HINT: You can use ufbx_format_error() for formatting the error
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_error
Fields
description
Description of the error type.
Declaration
public ufbx.ufbx_string description
Field Value
info
Declaration
public ufbx.ufbx_error.info_struct info
Field Value
info_length
Additional error information, such as missing file filename.
info is a NULL-terminated UTF-8 string containing info_length bytes, excluding the trailing ' \ 0'.
Declaration
Field Value
stack
Declaration
public ufbx.ufbx_error.stack_struct stack
Field Value
stack_size
Internal error stack.
NOTE: You must compile ufbx.c with UFBX_ENABLE_ERROR_STACK to enable the error stack.
Declaration
Field Value
type
Type of the error, or UFBX_ERROR_NONE if successful.
Declaration
public ufbx.ufbx_error_type type
Field Value