1 2 3 4 5 6 7 8 9
use cdumay_core::{define_errors, define_kinds}; define_kinds! { GenericContextError = (500, "Generic context error"), } define_errors! { UnExpectedError = GenericContextError }