class Aitch::Response

def error

def error
  error? && ERRORS.fetch(code)
end