XmBindIdError

XmBindIdError

An object representing SDK errors or failed authentication errors.

@objc(XmBindIdError)
public class XmBindIdError : NSObject, Codable

Inheritance

Codable, NSObject

Properties

code

Error code representing what happened

public internal (set) var code: XmBindIdErrorCode!

message

Error description

public internal (set) var message: String!

errorUri

A URI identifying a human-readable web page containing information about the error, if available.

public internal (set) var errorUri: String?