const MAX_ECHOED_VALUE_LEN: usize = 64;
Maximum length (in characters) of any user-supplied substring echoed back in errors. Keeps error payloads bounded as they cross the WASM/UniFFI boundary.