Type Definition error_code::Str[][src]

type Str = StrBuf<128>;

Static string used to store error message.

Limited to 128 characters, truncates on overflow.