pub fn categorized_error(
message: impl Into<String>,
category: ErrorCategory,
) -> VmErrorExpand description
Create a categorized error conveniently.
pub fn categorized_error(
message: impl Into<String>,
category: ErrorCategory,
) -> VmErrorCreate a categorized error conveniently.