ClientErrorData

CLASS

# ClientErrorData

@objc public final class ClientErrorData: NSObject, Sendable

Client error representation which is returned by the MIRACL API.

# Properties

# code

public let code: String

Code of the error.

# info

public let info: String

Human readable representation of the error.

# context

public let context: [String: String]?

Additional information received in the error response.