CommunicationUIErrorEvent
public struct CommunicationUIErrorEvent
extension CommunicationUIErrorEvent: Equatable
The error thrown after Call Composite launching.
-
The string representing the CallCompositeErrorCode.
Declaration
Swift
public let code: String
-
The NSError returned from Azure Communication SDK.
Declaration
Swift
public var error: Error?
-
Declaration
Swift
public static func == (lhs: CommunicationUIErrorEvent, rhs: CommunicationUIErrorEvent) -> Bool