Skip to content

Commit 17e40df

Browse files
committed
with the latest version of UniFFI, errors that it generates are already LocalizedErrors and don't need conformance in addition
1 parent 438b2e2 commit 17e40df

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Sources/Automerge/Errors.swift

-11
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,6 @@ public struct DocError: LocalizedError {
2929
}
3030
}
3131

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-
4332
/// An error that indicates the synchronisation state could not be decoded.
4433
///
4534
/// The error is specific to the Rust language binding infrastructure.

0 commit comments

Comments
 (0)