Home
last modified time | relevance | path

Searched refs:ProtocolError (Results 1 – 25 of 2158) sorted by relevance

12345678910>>...87

/dports/security/py-stem/stem-1.8.0/stem/response/
H A Devents.py256 raise stem.ProtocolError("AUTHDIR_NEWDESCS doesn't end with an 'OK'")
281 raise stem.ProtocolError('BW event is missing its read value')
283 raise stem.ProtocolError('BW event is missing its written value')
623 except stem.ProtocolError:
671 except stem.ProtocolError:
713 except stem.ProtocolError:
900 except stem.ProtocolError:
1130 raise stem.ProtocolError('Transport port is invalid: %s' % self)
1165 raise stem.ProtocolError('CONN_BW event is missing its id')
1169 raise stem.ProtocolError('CONN_BW event is missing its read value')
[all …]
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/gobwas/ws/
H A Dcheck.go50 type ProtocolError string type
53 func (p ProtocolError) Error() string { return string(p) }
57 ErrProtocolOpCodeReserved = ProtocolError("use of reserved op code")
58 ErrProtocolControlPayloadOverflow = ProtocolError("control frame payload limit exceeded")
59 ErrProtocolControlNotFinal = ProtocolError("control frame is not final")
64 ErrProtocolContinuationUnexpected = ProtocolError("unexpected continuation data frame")
65 ErrProtocolStatusCodeNotInUse = ProtocolError("status code is not in use")
66 ErrProtocolStatusCodeApplicationLevel = ProtocolError("status code is only application level")
67 ErrProtocolStatusCodeNoMeaning = ProtocolError("status code has no meaning yet")
68 ErrProtocolStatusCodeUnknown = ProtocolError("status code is not defined in spec")
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/
H A Derrors.py10 class ProtocolError(Exception): class
17 class TimeoutError(ProtocolError):
21 ProtocolError.__init__(
28 class DeviceError(ProtocolError):
78 class OpenFailed(ProtocolError):
88 class DeviceBusy(ProtocolError):
92 ProtocolError.__init__(
98 class DeviceLocked(ProtocolError):
105 class PacketError(ProtocolError):
113 class ArgumentError(ProtocolError):
[all …]
/dports/www/py-h2/h2-4.0.0/src/h2/
H A Dexceptions.py17 class ProtocolError(H2Error): class
25 class FrameTooLargeError(ProtocolError):
33 class FrameDataMissingError(ProtocolError):
43 class TooManyStreamsError(ProtocolError):
51 class FlowControlError(ProtocolError):
59 class StreamIDTooLowError(ProtocolError):
77 class NoAvailableStreamIDError(ProtocolError):
87 class NoSuchStreamError(ProtocolError):
130 class InvalidBodyLengthError(ProtocolError):
147 class UnsupportedFrameError(ProtocolError):
[all …]
H A Dutilities.py239 raise ProtocolError(
256 raise ProtocolError(
260 raise ProtocolError(
274 raise ProtocolError(
289 raise ProtocolError(
314 raise ProtocolError(
377 raise ProtocolError(
391 raise ProtocolError(
404 raise ProtocolError(
453 raise ProtocolError(
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/h2/h2/
H A Dexceptions.py17 class ProtocolError(H2Error): class
25 class FrameTooLargeError(ProtocolError):
33 class FrameDataMissingError(ProtocolError):
43 class TooManyStreamsError(ProtocolError):
51 class FlowControlError(ProtocolError):
60 class StreamIDTooLowError(ProtocolError):
78 class NoAvailableStreamIDError(ProtocolError):
88 class NoSuchStreamError(ProtocolError):
131 class InvalidBodyLengthError(ProtocolError):
148 class UnsupportedFrameError(ProtocolError, KeyError):
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/hyper/hyper/h2/
H A Dexceptions.py17 class ProtocolError(H2Error): class
25 class FrameTooLargeError(ProtocolError):
33 class FrameDataMissingError(ProtocolError):
43 class TooManyStreamsError(ProtocolError):
51 class FlowControlError(ProtocolError):
60 class StreamIDTooLowError(ProtocolError):
78 class NoAvailableStreamIDError(ProtocolError):
88 class NoSuchStreamError(ProtocolError):
131 class InvalidBodyLengthError(ProtocolError):
148 class UnsupportedFrameError(ProtocolError, KeyError):
[all …]
H A Dutilities.py236 raise ProtocolError(
253 raise ProtocolError(
257 raise ProtocolError(
271 raise ProtocolError(
286 raise ProtocolError(
311 raise ProtocolError(
366 raise ProtocolError(
380 raise ProtocolError(
393 raise ProtocolError(
435 raise ProtocolError(
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/wpt/wpt/tools/third_party/h2/h2/
H A Dexceptions.py17 class ProtocolError(H2Error): class
25 class FrameTooLargeError(ProtocolError):
33 class FrameDataMissingError(ProtocolError):
43 class TooManyStreamsError(ProtocolError):
51 class FlowControlError(ProtocolError):
60 class StreamIDTooLowError(ProtocolError):
78 class NoAvailableStreamIDError(ProtocolError):
88 class NoSuchStreamError(ProtocolError):
131 class InvalidBodyLengthError(ProtocolError):
148 class UnsupportedFrameError(ProtocolError, KeyError):
[all …]
H A Dutilities.py236 raise ProtocolError(
253 raise ProtocolError(
257 raise ProtocolError(
271 raise ProtocolError(
286 raise ProtocolError(
311 raise ProtocolError(
366 raise ProtocolError(
380 raise ProtocolError(
393 raise ProtocolError(
435 raise ProtocolError(
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/h2/h2/
H A Dexceptions.py17 class ProtocolError(H2Error): class
25 class FrameTooLargeError(ProtocolError):
33 class FrameDataMissingError(ProtocolError):
43 class TooManyStreamsError(ProtocolError):
51 class FlowControlError(ProtocolError):
60 class StreamIDTooLowError(ProtocolError):
78 class NoAvailableStreamIDError(ProtocolError):
88 class NoSuchStreamError(ProtocolError):
131 class InvalidBodyLengthError(ProtocolError):
148 class UnsupportedFrameError(ProtocolError, KeyError):
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/hyper/hyper/h2/
H A Dexceptions.py17 class ProtocolError(H2Error): class
25 class FrameTooLargeError(ProtocolError):
33 class FrameDataMissingError(ProtocolError):
43 class TooManyStreamsError(ProtocolError):
51 class FlowControlError(ProtocolError):
60 class StreamIDTooLowError(ProtocolError):
78 class NoAvailableStreamIDError(ProtocolError):
88 class NoSuchStreamError(ProtocolError):
131 class InvalidBodyLengthError(ProtocolError):
148 class UnsupportedFrameError(ProtocolError, KeyError):
[all …]
H A Dutilities.py236 raise ProtocolError(
253 raise ProtocolError(
257 raise ProtocolError(
271 raise ProtocolError(
286 raise ProtocolError(
311 raise ProtocolError(
366 raise ProtocolError(
380 raise ProtocolError(
393 raise ProtocolError(
435 raise ProtocolError(
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/hyper/hyper/h2/
H A Dexceptions.py17 class ProtocolError(H2Error): class
25 class FrameTooLargeError(ProtocolError):
33 class FrameDataMissingError(ProtocolError):
43 class TooManyStreamsError(ProtocolError):
51 class FlowControlError(ProtocolError):
60 class StreamIDTooLowError(ProtocolError):
78 class NoAvailableStreamIDError(ProtocolError):
88 class NoSuchStreamError(ProtocolError):
131 class InvalidBodyLengthError(ProtocolError):
148 class UnsupportedFrameError(ProtocolError, KeyError):
[all …]
H A Dutilities.py236 raise ProtocolError(
253 raise ProtocolError(
257 raise ProtocolError(
271 raise ProtocolError(
286 raise ProtocolError(
311 raise ProtocolError(
366 raise ProtocolError(
380 raise ProtocolError(
393 raise ProtocolError(
435 raise ProtocolError(
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/h2/h2/
H A Dexceptions.py17 class ProtocolError(H2Error): class
25 class FrameTooLargeError(ProtocolError):
33 class FrameDataMissingError(ProtocolError):
43 class TooManyStreamsError(ProtocolError):
51 class FlowControlError(ProtocolError):
60 class StreamIDTooLowError(ProtocolError):
78 class NoAvailableStreamIDError(ProtocolError):
88 class NoSuchStreamError(ProtocolError):
131 class InvalidBodyLengthError(ProtocolError):
148 class UnsupportedFrameError(ProtocolError, KeyError):
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/hyper/hyper/h2/
H A Dexceptions.py17 class ProtocolError(H2Error): class
25 class FrameTooLargeError(ProtocolError):
33 class FrameDataMissingError(ProtocolError):
43 class TooManyStreamsError(ProtocolError):
51 class FlowControlError(ProtocolError):
60 class StreamIDTooLowError(ProtocolError):
78 class NoAvailableStreamIDError(ProtocolError):
88 class NoSuchStreamError(ProtocolError):
131 class InvalidBodyLengthError(ProtocolError):
148 class UnsupportedFrameError(ProtocolError, KeyError):
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/h2/h2/
H A Dexceptions.py17 class ProtocolError(H2Error): class
25 class FrameTooLargeError(ProtocolError):
33 class FrameDataMissingError(ProtocolError):
43 class TooManyStreamsError(ProtocolError):
51 class FlowControlError(ProtocolError):
60 class StreamIDTooLowError(ProtocolError):
78 class NoAvailableStreamIDError(ProtocolError):
88 class NoSuchStreamError(ProtocolError):
131 class InvalidBodyLengthError(ProtocolError):
148 class UnsupportedFrameError(ProtocolError, KeyError):
[all …]
H A Dutilities.py236 raise ProtocolError(
253 raise ProtocolError(
257 raise ProtocolError(
271 raise ProtocolError(
286 raise ProtocolError(
311 raise ProtocolError(
366 raise ProtocolError(
380 raise ProtocolError(
393 raise ProtocolError(
435 raise ProtocolError(
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/AutobahnPython/autobahn/wamp/
H A Dmessage.py54 from autobahn.wamp.exception import ProtocolError
76 raise ProtocolError("{0}: invalid type {1} for URI".format(message, type(value)))
78 raise ProtocolError("{0}: invalid value '{1}' for URI".format(message, value))
85 raise ProtocolError("{0}: invalid type {1} for ID".format(message, type(value)))
87 raise ProtocolError("{0}: invalid value {1} for ID".format(message, value))
94 raise ProtocolError("{0}: invalid type {1}".format(message, type(value)))
193 raise ProtocolError("invalid message length {0} for HELLO".format(len(wmsg)))
201 raise ProtocolError("missing mandatory roles attribute in options in HELLO")
206 raise ProtocolError("empty 'roles' in 'details' in HELLO")
362 raise ProtocolError("empty 'roles' in 'details' in WELCOME")
[all …]
/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_kex.py315 with self.assertRaises(asyncssh.ProtocolError):
319 with self.assertRaises(asyncssh.ProtocolError):
323 with self.assertRaises(asyncssh.ProtocolError):
327 with self.assertRaises(asyncssh.ProtocolError):
347 with self.assertRaises(asyncssh.ProtocolError):
351 with self.assertRaises(asyncssh.ProtocolError):
355 with self.assertRaises(asyncssh.ProtocolError):
359 with self.assertRaises(asyncssh.ProtocolError):
363 with self.assertRaises(asyncssh.ProtocolError):
367 with self.assertRaises(asyncssh.ProtocolError):
[all …]
/dports/finance/electrum/Electrum-4.1.5/packages/aiorpcx/
H A Djsonrpc.py78 raise ProtocolError.empty_batch()
145 class ProtocolError(CodeMessageError): class
207 except ProtocolError as error:
218 except ProtocolError as error:
235 error = ProtocolError(code, message)
326 raise ProtocolError.empty_batch()
356 raise ProtocolError.invalid_args(
475 raise ProtocolError.invalid_request(
643 except ProtocolError as error:
648 error = ProtocolError(0, "")
[all …]
/dports/devel/py-aiorpcX-legacy/aiorpcX-0.18.7/aiorpcx/
H A Djsonrpc.py78 raise ProtocolError.empty_batch()
145 class ProtocolError(CodeMessageError): class
207 except ProtocolError as error:
218 except ProtocolError as error:
235 error = ProtocolError(code, message)
326 raise ProtocolError.empty_batch()
356 raise ProtocolError.invalid_args(
475 raise ProtocolError.invalid_request(
643 except ProtocolError as error:
648 error = ProtocolError(0, "")
[all …]
/dports/devel/py-aiorpcX/aiorpcX-0.22.1/aiorpcx/
H A Djsonrpc.py78 raise ProtocolError.empty_batch()
145 class ProtocolError(CodeMessageError): class
207 except ProtocolError as error:
218 except ProtocolError as error:
235 error = ProtocolError(code, message)
326 raise ProtocolError.empty_batch()
356 raise ProtocolError.invalid_args(
475 raise ProtocolError.invalid_request(
643 except ProtocolError as error:
648 error = ProtocolError(0, "")
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/golang.org/x/net/websocket/
H A Dwebsocket.go38 type ProtocolError struct { struct
42 func (err *ProtocolError) Error() string { return err.ErrorString } argument
45 ErrBadProtocolVersion = &ProtocolError{"bad protocol version"}
46 ErrBadScheme = &ProtocolError{"bad scheme"}
47 ErrBadStatus = &ProtocolError{"bad status"}
48 ErrBadUpgrade = &ProtocolError{"missing or bad upgrade"}
54 ErrBadFrame = &ProtocolError{"bad frame"}
55 ErrBadFrameBoundary = &ProtocolError{"not on frame boundary"}
56 ErrNotWebSocket = &ProtocolError{"not websocket protocol"}
57 ErrBadRequestMethod = &ProtocolError{"bad method"}
[all …]

12345678910>>...87