Home
last modified time | relevance | path

Searched defs:TransportError (Results 1 – 25 of 91) sorted by relevance

1234

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-swarm/
H A Ddial_error.go62 type TransportError struct { struct
63 Address ma.Multiaddr
64 Cause error
67 func (e *TransportError) Error() string {
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/internal/qerr/
H A Derrors.go15 type TransportError struct { struct
16 Remote bool
17 FrameType uint64
18 ErrorCode TransportErrorCode
19 ErrorMessage string
32 func (e *TransportError) Error() string {
47 func (e *TransportError) Is(target error) bool {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/internal/qerr/
H A Derrors.go15 type TransportError struct { struct
16 Remote bool
17 FrameType uint64
18 ErrorCode TransportErrorCode
19 ErrorMessage string
32 func (e *TransportError) Error() string {
47 func (e *TransportError) Is(target error) bool {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/internal/qerr/
H A Derrors.go15 type TransportError struct { struct
16 Remote bool
17 FrameType uint64
18 ErrorCode TransportErrorCode
19 ErrorMessage string
32 func (e *TransportError) Error() string {
47 func (e *TransportError) Is(target error) bool {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/internal/qerr/
H A Derrors.go15 type TransportError struct { struct
16 Remote bool
17 FrameType uint64
18 ErrorCode TransportErrorCode
19 ErrorMessage string
32 func (e *TransportError) Error() string {
47 func (e *TransportError) Is(target error) bool {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/internal/qerr/
H A Derrors.go15 type TransportError struct { struct
16 Remote bool
17 FrameType uint64
18 ErrorCode TransportErrorCode
19 ErrorMessage string
32 func (e *TransportError) Error() string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/rs/src/
H A Derrors.rs351 pub struct TransportError { struct
356 pub kind: TransportErrorKind, argument
361 impl TransportError { argument
363 pub fn new<S: Into<String>>(kind: TransportErrorKind, message: S) -> TransportError { in new()
392 impl TransportError { impl
406 impl Display for TransportError { implementation
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/rs/src/
H A Derrors.rs354 pub struct TransportError { struct
359 pub kind: TransportErrorKind, argument
364 impl TransportError { impl
366 pub fn new<S: Into<String>>(kind: TransportErrorKind, message: S) -> TransportError { in new()
395 impl TransportError { impl
409 impl Display for TransportError { implementation
/dports/devel/py-thrift/thrift-0.14.0/lib/rs/src/
H A Derrors.rs351 pub struct TransportError { struct
356 pub kind: TransportErrorKind, argument
361 impl TransportError { implementation
363 pub fn new<S: Into<String>>(kind: TransportErrorKind, message: S) -> TransportError { in new()
392 impl TransportError { impl
406 impl Display for TransportError { implementation
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/rs/src/
H A Derrors.rs358 pub struct TransportError { struct
363 pub kind: TransportErrorKind, argument
368 impl TransportError { impl
370 pub fn new<S: Into<String>>(kind: TransportErrorKind, message: S) -> TransportError { in new()
399 impl TransportError { impl
413 impl Display for TransportError { implementation
/dports/devel/thrift-cpp/thrift-0.14.0/lib/rs/src/
H A Derrors.rs351 pub struct TransportError { struct
356 pub kind: TransportErrorKind, argument
361 impl TransportError { argument
363 pub fn new<S: Into<String>>(kind: TransportErrorKind, message: S) -> TransportError { in new()
392 impl TransportError { implementation
406 impl Display for TransportError { implementation
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/rs/src/
H A Derrors.rs351 pub struct TransportError { struct
356 pub kind: TransportErrorKind, argument
361 impl TransportError { implementation
363 pub fn new<S: Into<String>>(kind: TransportErrorKind, message: S) -> TransportError { in new()
392 impl TransportError { impl
406 impl Display for TransportError { implementation
/dports/devel/thrift/thrift-0.14.0/lib/rs/src/
H A Derrors.rs351 pub struct TransportError { struct
356 pub kind: TransportErrorKind, argument
361 impl TransportError { impl
363 pub fn new<S: Into<String>>(kind: TransportErrorKind, message: S) -> TransportError { in new()
392 impl TransportError { implementation
406 impl Display for TransportError { implementation
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/rs/src/
H A Derrors.rs351 pub struct TransportError { struct
356 pub kind: TransportErrorKind, argument
361 impl TransportError { argument
363 pub fn new<S: Into<String>>(kind: TransportErrorKind, message: S) -> TransportError { in new()
392 impl TransportError { implementation
406 impl Display for TransportError { implementation
/dports/devel/node-thrift/thrift-0.14.0/lib/rs/src/
H A Derrors.rs351 pub struct TransportError { struct
356 pub kind: TransportErrorKind, argument
361 impl TransportError { argument
363 pub fn new<S: Into<String>>(kind: TransportErrorKind, message: S) -> TransportError { in new()
392 impl TransportError { implementation
406 impl Display for TransportError { implementation
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dclose_reason.go24 func NewTransportCloseReason(errorCode TransportError, remote bool) CloseReason {
47 func (r *CloseReason) TransportError() (errorCode TransportError, remote bool, ok bool) { func
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dclose_reason.go24 func NewTransportCloseReason(errorCode TransportError, remote bool) CloseReason {
47 func (r *CloseReason) TransportError() (errorCode TransportError, remote bool, ok bool) { func
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dclose_reason.go24 func NewTransportCloseReason(errorCode TransportError, remote bool) CloseReason {
47 func (r *CloseReason) TransportError() (errorCode TransportError, remote bool, ok bool) { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/protobuf/google/auth/
H A Dexceptions.py22 class TransportError(GoogleAuthError): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/google/auth/
H A Dexceptions.py22 class TransportError(GoogleAuthError): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-auth/google/auth/
H A Dexceptions.py22 class TransportError(GoogleAuthError): class
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dclose_reason.go25 func NewTransportCloseReason(errorCode TransportError, remote bool) CloseReason {
53 func (r *CloseReason) TransportError() (errorCode TransportError, remote bool, ok bool) { func
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/auth/
H A Dexceptions.py22 class TransportError(GoogleAuthError): class
/dports/security/py-google-auth/google-auth-2.3.3/google/auth/transport/
H A D__init__.py22 to support HTTP libraries. :class:`Request` defines the interface expected by
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py3lite/
H A Dexceptions.pxd95 cdef class TransportError(LibraryError): class

1234