unexpected_kind_error_msg

Function unexpected_kind_error_msg 

Source
pub fn unexpected_kind_error_msg(
    obj: &Object,
    key: &str,
    dict: &Dictionary,
    expected_kind: ObjectKind,
) -> String
Expand description

Generates an error message for unexpected Object kind.