Skip to content

Commit d5b1f19

Browse files
Update DataConnectError.swift
1 parent 080185c commit d5b1f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/DataConnectError.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ public struct DataConnectOperationResponse<T> : AnyDataConnectOperationResponse
5858
}
5959

6060
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
61-
public struct DataConnectOperationErrorInfo {
61+
public struct DataConnectOperationErrorInfo: Codable {
6262
public let message: String
6363
public let path: [PathSegment]
6464

6565
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
66-
public enum PathSegment {
66+
public enum PathSegment: Codable {
6767
case field(String)
6868
case listIndex(Int)
6969
}

0 commit comments

Comments
 (0)