We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438b2e2 commit 17e40dfCopy full SHA for 17e40df
Sources/Automerge/Errors.swift
@@ -29,17 +29,6 @@ public struct DocError: LocalizedError {
29
}
30
31
32
-extension FfiDocError: LocalizedError {
33
- public var errorDescription: String? {
34
- switch self {
35
- case let .WrongObjectType(message: msg):
36
- return "WrongObjectType: \(msg)"
37
- case let .Internal(message: msg):
38
- return "AutomergeCore Internal Error: \(msg)"
39
- }
40
41
-}
42
-
43
/// An error that indicates the synchronisation state could not be decoded.
44
///
45
/// The error is specific to the Rust language binding infrastructure.
0 commit comments