Skip to content

Commit cd2cc5a

Browse files
Cleanup post refactor (removed old kind var)
1 parent a763f9c commit cd2cc5a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/DataConnectError.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,8 @@ public struct DataConnectCodecError: DataConnectDomainError {
183183

184184
/// Data Connect Operation Failed
185185
public struct DataConnectOperationError: DataConnectError {
186-
public var kind: String {
187-
return "operationError"
188-
}
189-
190186
public var message: String?
191-
192187
public var cause: (any Error)?
193-
194188
public private(set) var response: OperationFailureResponse? = nil
195189

196190
private init(message: String? = nil, cause: Error? = nil, response: OperationFailureResponse?) {

0 commit comments

Comments
 (0)