pub const ERR_OUT_OF_BOUNDS: u32 = -2i32 as u32; // 4_294_967_294u32
Expand description

Out-of-bounds access attempted with memory or table.

For FFI purposes.