X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=augeas.mli;fp=augeas.mli;h=8cbeae188c939c8721d3f59fb7311c71fbd5ab04;hb=86377f27225dac39bab55b4e918355de16e6418f;hp=dc98c624a805f8109b10742db2f1e8d1f532b605;hpb=775f9763a4ff5422fca837c2fb213273adb772c9;p=ocaml-augeas.git diff --git a/augeas.mli b/augeas.mli index dc98c62..8cbeae1 100644 --- a/augeas.mli +++ b/augeas.mli @@ -56,11 +56,12 @@ type transform_mode = | Exclude (** The operation mode for the {!transform} function. *) -exception Error of error_code * string * string * string +exception Error of error_code * string * string * string * string (** This exception is thrown when the underlying Augeas library returns an error. The tuple represents: - the Augeas error code - the ocaml-augeas error string + - the Augeas error message - the human-readable explanation of the Augeas error, if available - a string with details of the Augeas error *)