Is this response a simulated error?

Property definitions

github $ MockGithubAPI :: response_is_error
	# Is this response a simulated error?
	fun response_is_error(path: String): Bool do
		assert has_response(path)
		return test_responses[path].has_prefix("errors_")
	end
lib/github/tests/test_api.nit:111,2--115,4