Home
last modified time | relevance | path

Searched refs:ScoreCardError (Results 1 – 1 of 1) sorted by relevance

/curl/tests/http/
H A Dscorecard.py41 class ScoreCardError(Exception): class
444 raise ScoreCardError('curl does not support HTTP/3')
452 raise ScoreCardError('curl does not support HTTP/2')
463 raise ScoreCardError(f"unknown protocol: {self.protocol}")
466 raise ScoreCardError(f'did not recognized {p} lib')
759 raise ScoreCardError(f'unable to parse ip:port from --remote {args.remote}')
843 except ScoreCardError as ex:

Completed in 5 milliseconds