summaryrefslogtreecommitdiff
path: root/docs/u8c_errtyp.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/u8c_errtyp.3')
-rw-r--r--docs/u8c_errtyp.330
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/u8c_errtyp.3 b/docs/u8c_errtyp.3
new file mode 100644
index 0000000..cd0a282
--- /dev/null
+++ b/docs/u8c_errtyp.3
@@ -0,0 +1,30 @@
+.TH "u8c_errtyp" "3" "" "u8c" "u8c API Manual"
+.SH NAME
+.PP
+u8c_errtyp - Error type - Enumeration for specifying the type of error.
+.SH DECLARATION
+.PP
+.nf
+\f[C]
+enum u8c_errtyp {
+ u8c_errtyp_badalloc,
+ u8c_errtyp_badio,
+ u8c_errtyp_u32oor,
+ u8c_errtyp_u8oor,
+ u8c_errtyp_deferr,
+ u8c_errtyp_untermin,
+ u8c_errtyp_maxerrtyp,
+ u8c_errtyp_all,
+};
+\f[R]
+.fi
+.SH DESCRIPTION
+.PP
+The enumeration \f[B]u8c_errtyp\f[R] contains the various types of error to be used in u8c.
+.PP
+The member \f[B]u8c_errtyp_maxerrtyp\f[R] must \f[I]NEVER\f[R] be passed to any u8c function.
+.PP
+The member \f[B]u8c_errtyp_all\f[R] is to be passed to \f[B]u8c_regerrhandl\f[R] only.
+.SH VERSION
+.PP
+u8c 19