Type Definition Str
error_code
type Str = StrBuf<[u8; 255]>;
Static string used to store error message.
Limited to 255 characters, truncates on overflow.