.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] /* # include */ 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