CallCompositeError
public struct CallCompositeError
extension CallCompositeError: 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 let error: Error?
-
Declaration
Swift
public static func == (lhs: CallCompositeError, rhs: CallCompositeError) -> Bool