Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_error

    Error description with detailed stack trace HINT: You can use ufbx_format_error() for formatting the error

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public struct ufbx.ufbx_error

    Fields

    description

    Description of the error type.

    Declaration
    public ufbx.ufbx_string description
    Field Value
    Type Description
    ufbx.ufbx_string

    info

    Declaration
    public ufbx.ufbx_error.info_struct info
    Field Value
    Type Description
    ufbx.ufbx_error.info_struct

    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
    public ulong info_length
    Field Value
    Type Description
    ulong

    stack

    Declaration
    public ufbx.ufbx_error.stack_struct stack
    Field Value
    Type Description
    ufbx.ufbx_error.stack_struct

    stack_size

    Internal error stack. NOTE: You must compile ufbx.c with UFBX_ENABLE_ERROR_STACK to enable the error stack.

    Declaration
    public uint stack_size
    Field Value
    Type Description
    uint

    type

    Type of the error, or UFBX_ERROR_NONE if successful.

    Declaration
    public ufbx.ufbx_error_type type
    Field Value
    Type Description
    ufbx.ufbx_error_type
    In this article
    Back to top Generated by DocFX