Nix 2.17.0
Nix, the purely functional package manager; stable external interfaces
|
This object stores error state. More...
#include <nix_api_util.h>
This object stores error state.
Passed as a first parameter to functions that can fail, to store error information.
Optional wherever it can be used, passing NULL instead will throw a C++ exception.
The struct is laid out so that it can also be cast to nix_err* to inspect directly: