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