Skip to main content

MAX_ECHOED_VALUE_LEN

Constant MAX_ECHOED_VALUE_LEN 

Source
const MAX_ECHOED_VALUE_LEN: usize = 64;
Expand description

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