mirror of
https://github.com/grishka/NearDrop.git
synced 2026-04-03 01:36:15 +02:00
Add descriptions to requiredFieldMissing and be more lenient
fixes #156, fixes #159
This commit is contained in:
@@ -51,7 +51,7 @@ public struct RemoteDeviceInfo{
|
||||
|
||||
public enum NearbyError:Error{
|
||||
case protocolError(_ message:String)
|
||||
case requiredFieldMissing
|
||||
case requiredFieldMissing(_ message:String)
|
||||
case ukey2
|
||||
case inputOutput(cause:Errno)
|
||||
case canceled(reason:CancellationReason)
|
||||
|
||||
Reference in New Issue
Block a user