diff options
| -rw-r--r-- | libnvxx/nvxx.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libnvxx/nvxx.3 b/libnvxx/nvxx.3 index ed3dfae..904eabe 100644 --- a/libnvxx/nvxx.3 +++ b/libnvxx/nvxx.3 @@ -598,6 +598,9 @@ The .Fn set_error member function sets the given error on the nvlist, placing it in the error state. +If the nvlist is already in the error state, then an exception of type +.Vt nv_error_state +is thrown and the error state is not changed. .Pp The .Fn add_null , |
