Skip to main content

error_name

Function error_name 

Source
pub const fn error_name(code: i32) -> &'static str
Expand 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.