Home
last modified time | relevance | path

Searched refs:thriftErrorCode (Results 1 – 25 of 69) sorted by relevance

123

/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/swift/Sources/
H A DTApplicationError.swift43 public init(thriftErrorCode: Int) {
44 switch thriftErrorCode {
58 public var thriftErrorCode: Int { variable
97 public init(thriftErrorCode code: Int, message: String? = nil) {
98 self.error = Code(thriftErrorCode: code)
132 return TApplicationError(thriftErrorCode: errorCode, message: message) in read()
143 let val = Int32(error.thriftErrorCode) in write()
151 return error.thriftErrorCode &+ (message?.hashValue ?? 0)
156 return lhs.error.thriftErrorCode == rhs.error.thriftErrorCode && lhs.message == rhs.message in ==()
H A DTTransportError.swift30 public var thriftErrorCode: Int { variable
78 public var thriftErrorCode: Int { return 0 } variable
H A DTProtocolError.swift34 public var thriftErrorCode: Int { variable
66 public var thriftErrorCode: Int { variable
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/swift/Sources/
H A DTApplicationError.swift43 public init(thriftErrorCode: Int) {
44 switch thriftErrorCode {
58 public var thriftErrorCode: Int { variable
97 public init(thriftErrorCode code: Int, message: String? = nil) {
98 self.error = Code(thriftErrorCode: code)
132 return TApplicationError(thriftErrorCode: errorCode, message: message) in read()
143 let val = Int32(error.thriftErrorCode) in write()
151 return error.thriftErrorCode &+ (message?.hashValue ?? 0)
156 return lhs.error.thriftErrorCode == rhs.error.thriftErrorCode && lhs.message == rhs.message in ==()
H A DTTransportError.swift30 public var thriftErrorCode: Int { variable
78 public var thriftErrorCode: Int { return 0 } variable
H A DTProtocolError.swift34 public var thriftErrorCode: Int { variable
66 public var thriftErrorCode: Int { variable
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/swift/Sources/
H A DTApplicationError.swift43 public init(thriftErrorCode: Int) {
44 switch thriftErrorCode {
58 public var thriftErrorCode: Int { variable
97 public init(thriftErrorCode code: Int, message: String? = nil) {
98 self.error = Code(thriftErrorCode: code)
132 return TApplicationError(thriftErrorCode: errorCode, message: message) in read()
143 let val = Int32(error.thriftErrorCode) in write()
151 return error.thriftErrorCode &+ (message?.hashValue ?? 0)
156 return lhs.error.thriftErrorCode == rhs.error.thriftErrorCode && lhs.message == rhs.message in ==()
H A DTTransportError.swift30 public var thriftErrorCode: Int { variable
78 public var thriftErrorCode: Int { return 0 } variable
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/swift/Sources/
H A DTApplicationError.swift43 public init(thriftErrorCode: Int) {
44 switch thriftErrorCode {
58 public var thriftErrorCode: Int { variable
97 public init(thriftErrorCode code: Int, message: String? = nil) {
98 self.error = Code(thriftErrorCode: code)
132 return TApplicationError(thriftErrorCode: errorCode, message: message) in read()
143 let val = Int32(error.thriftErrorCode) in write()
153 hasher.combine(error.thriftErrorCode) in hash()
159 return lhs.error.thriftErrorCode == rhs.error.thriftErrorCode && lhs.message == rhs.message in ==()
H A DTTransportError.swift30 public var thriftErrorCode: Int { variable
78 public var thriftErrorCode: Int { return 0 } variable
H A DTProtocolError.swift34 public var thriftErrorCode: Int { variable
66 public var thriftErrorCode: Int { variable
/dports/devel/py-thrift/thrift-0.14.0/lib/swift/Sources/
H A DTApplicationError.swift43 public init(thriftErrorCode: Int) {
44 switch thriftErrorCode {
58 public var thriftErrorCode: Int { variable
97 public init(thriftErrorCode code: Int, message: String? = nil) {
98 self.error = Code(thriftErrorCode: code)
132 return TApplicationError(thriftErrorCode: errorCode, message: message) in read()
143 let val = Int32(error.thriftErrorCode) in write()
153 hasher.combine(error.thriftErrorCode) in hash()
159 return lhs.error.thriftErrorCode == rhs.error.thriftErrorCode && lhs.message == rhs.message in ==()
H A DTTransportError.swift30 public var thriftErrorCode: Int { variable
78 public var thriftErrorCode: Int { return 0 } variable
H A DTProtocolError.swift34 public var thriftErrorCode: Int { variable
66 public var thriftErrorCode: Int { variable
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/swift/Sources/
H A DTApplicationError.swift43 public init(thriftErrorCode: Int) {
44 switch thriftErrorCode {
58 public var thriftErrorCode: Int { variable
97 public init(thriftErrorCode code: Int, message: String? = nil) {
98 self.error = Code(thriftErrorCode: code)
132 return TApplicationError(thriftErrorCode: errorCode, message: message) in read()
143 let val = Int32(error.thriftErrorCode) in write()
153 hasher.combine(error.thriftErrorCode) in hash()
159 return lhs.error.thriftErrorCode == rhs.error.thriftErrorCode && lhs.message == rhs.message in ==()
H A DTTransportError.swift30 public var thriftErrorCode: Int { variable
78 public var thriftErrorCode: Int { return 0 } variable
H A DTProtocolError.swift34 public var thriftErrorCode: Int { variable
66 public var thriftErrorCode: Int { variable
/dports/devel/thrift-cpp/thrift-0.14.0/lib/swift/Sources/
H A DTApplicationError.swift43 public init(thriftErrorCode: Int) {
44 switch thriftErrorCode {
58 public var thriftErrorCode: Int { variable
97 public init(thriftErrorCode code: Int, message: String? = nil) {
98 self.error = Code(thriftErrorCode: code)
132 return TApplicationError(thriftErrorCode: errorCode, message: message) in read()
143 let val = Int32(error.thriftErrorCode) in write()
153 hasher.combine(error.thriftErrorCode) in hash()
159 return lhs.error.thriftErrorCode == rhs.error.thriftErrorCode && lhs.message == rhs.message in ==()
H A DTTransportError.swift30 public var thriftErrorCode: Int { variable
78 public var thriftErrorCode: Int { return 0 } variable
H A DTProtocolError.swift34 public var thriftErrorCode: Int { variable
66 public var thriftErrorCode: Int { variable
/dports/devel/thrift/thrift-0.14.0/lib/swift/Sources/
H A DTApplicationError.swift43 public init(thriftErrorCode: Int) {
44 switch thriftErrorCode {
58 public var thriftErrorCode: Int { variable
97 public init(thriftErrorCode code: Int, message: String? = nil) {
98 self.error = Code(thriftErrorCode: code)
132 return TApplicationError(thriftErrorCode: errorCode, message: message) in read()
143 let val = Int32(error.thriftErrorCode) in write()
153 hasher.combine(error.thriftErrorCode) in hash()
159 return lhs.error.thriftErrorCode == rhs.error.thriftErrorCode && lhs.message == rhs.message in ==()
H A DTTransportError.swift30 public var thriftErrorCode: Int { variable
78 public var thriftErrorCode: Int { return 0 } variable
H A DTProtocolError.swift34 public var thriftErrorCode: Int { variable
66 public var thriftErrorCode: Int { variable
/dports/devel/node-thrift/thrift-0.14.0/lib/swift/Sources/
H A DTApplicationError.swift43 public init(thriftErrorCode: Int) {
44 switch thriftErrorCode {
58 public var thriftErrorCode: Int { variable
97 public init(thriftErrorCode code: Int, message: String? = nil) {
98 self.error = Code(thriftErrorCode: code)
132 return TApplicationError(thriftErrorCode: errorCode, message: message) in read()
143 let val = Int32(error.thriftErrorCode) in write()
153 hasher.combine(error.thriftErrorCode) in hash()
159 return lhs.error.thriftErrorCode == rhs.error.thriftErrorCode && lhs.message == rhs.message in ==()
H A DTTransportError.swift30 public var thriftErrorCode: Int { variable
78 public var thriftErrorCode: Int { return 0 } variable

123