class ActiveFedora::Base

def errors

return the error list of the inner object (unless it's a new object)
def errors
  @inner_object.errors
end