Function errorMessageCount [src]
Prototype
pub fn errorMessageCount(eb: ErrorBundle) u32
Parameters
eb: ErrorBundle
Source
pub fn errorMessageCount(eb: ErrorBundle) u32 {
if (eb.extra.len == 0) return 0;
return eb.getErrorMessageList().len;
}