Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::ErrorInfo Struct Reference

Public Attributes

Verbosity level
 
HintFmt msg
 
std::shared_ptr< Pospos
 
std::list< Tracetraces
 
bool isFromExpr = false
 
unsigned int status = 1
 
Suggestions suggestions
 

Static Public Attributes

static std::optional< std::string > programName = std::nullopt
 

Member Data Documentation

◆ isFromExpr

bool nix::ErrorInfo::isFromExpr = false

Some messages are generated directly by expressions; notably builtins.warn, abort, throw. These may be rendered differently, so that users can distinguish them.

◆ status

unsigned int nix::ErrorInfo::status = 1

Exit status.


The documentation for this struct was generated from the following files: