CLASS
# ClientErrorData
@objc public class ClientErrorData: NSObject
Client error representation which is returned by the MIRACL API.
# Properties
# code
public var code = ""
Code of the error.
# info
public var info: String = ""
Human readable representation of the error.
# context
public var context: [String: String]? = [String: String]()
Additional information received in the error response.