[][src]Type Definition error_code::Str

type Str = StrBuf<[u8; 128]>;

Static string used to store error message.

Limited to 128 characters, truncates on overflow.