Const
The dedicated FrozenError base was removed; frozen errors now map by their HTTP code (420). Kept as an alias of FloodError so instanceof errors.FrozenError still matches frozen-method errors.
FrozenError
instanceof errors.FrozenError
Deprecated
The dedicated
FrozenErrorbase was removed; frozen errors now map by their HTTP code (420). Kept as an alias of FloodError soinstanceof errors.FrozenErrorstill matches frozen-method errors.