Allows to report a new error message with an associated error code on the provided axlError reference. This function provides the same function like axl_error_new but at the same time it provides support for printf-like arguments and no requires to provide a reference to an axlStream which is suitable for axl libraries but not applications on top of it.
References axl_free(), axl_new, and axl_stream_strdup_printfv(). Referenced by axl_item_are_equal_full(), and axl_node_are_equal_full(). |