Skip to content

Commit b76bbb2

Browse files
committed
Documentation
1 parent 526a3fe commit b76bbb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/ObservableWebSocketClient/Model/Error/CodableError.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import Foundation
99

10+
/// Defines a `Codable` wrapper for `Error`.
1011
public struct CodableError: Error, Codable, Equatable {
1112
public let errorType: String
1213
public let message: String

0 commit comments

Comments
 (0)