summaryrefslogtreecommitdiff
path: root/lib/error.ml
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-12 17:55:05 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-12 17:55:05 +0000
commit3ba1df86703ea60e0b53a67905fc62a52b61e804 (patch)
tree7f1b35414aefbffaac618b0e07810a0513d5759a /lib/error.ml
parentfbbb044db8dd384fa43ce50cf4878107a39cfba5 (diff)
downloadnixtaml-3ba1df86703ea60e0b53a67905fc62a52b61e804.tar
nixtaml-3ba1df86703ea60e0b53a67905fc62a52b61e804.tar.gz
nixtaml-3ba1df86703ea60e0b53a67905fc62a52b61e804.tar.bz2
nixtaml-3ba1df86703ea60e0b53a67905fc62a52b61e804.tar.lz
nixtaml-3ba1df86703ea60e0b53a67905fc62a52b61e804.tar.xz
nixtaml-3ba1df86703ea60e0b53a67905fc62a52b61e804.tar.zst
nixtaml-3ba1df86703ea60e0b53a67905fc62a52b61e804.zip
redo some latest_cmd funs
Diffstat (limited to 'lib/error.ml')
-rw-r--r--lib/error.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/error.ml b/lib/error.ml
index 83cca60..da5e579 100644
--- a/lib/error.ml
+++ b/lib/error.ml
@@ -42,8 +42,7 @@ type input_foreman_error = [
| `Could_not_get of Name.t
| `Could_not_set of Name.t
| `Latest_cmd_empty of Name.t
- | `Latest_cmd_fail of Name.t * string
- | `Latest_cmd_stderr of Name.t * string
+ | `Latest_cmd_fail of Name.t * exn * string
| `Prefetch of Name.t * prefetch_error
| `Pool_exception of string
(* FIXME: string list *)