Error
public enum Error : Swift.Error, Equatable
Thrown when something when wrong with the JSONRPC request.
-
Internal error during a JSON RPC request.
Declaration
Swift
case internalError(_: String) -
Exception on the remote server.
Declaration
Swift
case remoteError(_: String)
Error Enumeration Reference