global

def error

def error
  case
  when veto   then veto_error
  when !allow then allow_error
  else nil
  end
end