Aliases: cnd_type
Keywords: internal
### ** Examples cnd_type(catch_cnd(abort("Abort!")))
[1] "error"
cnd_type(catch_cnd(interrupt()))
[1] "interrupt"