ChatCompositeError
public struct ChatCompositeError : Error
extension ChatCompositeError: Equatable
The error thrown after Chat Composite launching.
-
The string representing the ChatCompositeErrorCode.
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: ChatCompositeError, rhs: ChatCompositeError) -> Bool