CommunicationErrorResponse
public struct CommunicationErrorResponse : Codable, Swift.Error
The Communication Services error.
-
Initialize a
CommunicationErrorResponsestructure.Declaration
Swift
public init( error: ChatError )Parameters
errorThe Communication Services error.
-
Initialize a
CommunicationErrorResponsestructure from decoderDeclaration
Swift
public init(from decoder: Decoder) throws -
Encode a
CommunicationErrorResponsestructureDeclaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
CommunicationErrorResponse Structure Reference