[][src]Type Definition error_code::Str

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

Static string used to store error message.

Limited to 255 characters, truncates on overflow.