diff options
Diffstat (limited to 'liberror.7')
-rw-r--r-- | liberror.7 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.TH LIBERROR 7 2019-04-13 liberror +.TH LIBERROR 7 2020-06-09 liberror .SH NAME liberror \- single interface for custom and standard errors .SH SYNOPSIS @@ -43,6 +43,13 @@ function for .I errno errors. .TP +.BR liberror_set_error_existing(3) +Set error for the calling thread to a saved error. +.TP +.BR liberror_pop_error(3) +Set error for the calling thread to the current +error's cause. +.TP .BR liberror_reset_error (3) Remove error for the calling thread, needed because the .BR liberror_set_error (3) |