MCPcopy Index your code
hub / github.com/git/git / P4RequestSizeException

Class P4RequestSizeException

git-p4.py:803–808  ·  view source on GitHub ↗

One of the maxresults or maxscanrows errors.

Source from the content-addressed store, hash-verified

801
802
803class P4RequestSizeException(P4ServerException):
804 """One of the maxresults or maxscanrows errors."""
805
806 def __init__(self, exit_code, p4_result, limit):
807 super(P4RequestSizeException, self).__init__(exit_code, p4_result)
808 self.limit = limit
809
810
811class P4CommandException(P4Exception):

Callers 1

p4CmdListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected