ActiveRecord::Base errors attribute - is it gone?

Trying to do some error handling a la AWDWR and trying to manipulate the
errors collection in a model object.

But there isn’t an errors attribute in ActiveRecord anymore it seems.

Is there still a handy way to specific model validation errors in a
built-in container?

Thanks,
Wes