pub const fn error_name(code: i32) -> &'static strExpand description
Map a Vimba error code to its static name. Returns "VmbErrorUnknown"
for codes the wrapper doesn’t know about.
The list mirrors vmb_sys::bindings::VmbErrorType. The drift guard in
the vmb facade’s integration tests verifies the two stay in sync.