Expand description
Log messages from the nix daemon.
Nix propagates error messages from the daemon to the client using the following pattern:
- the daemon reads a worker op from the client,
- the daemon sends one or more stderr messages to the client. Each message consists of
a 64-bit opcode followed by the body of the message. The final message has the opcode
Last
. - the daemon sends the reply to the worker op.
Structs§
Enums§
- Msg
- The different stderr messages.