CommunicationErrorResponse
public struct CommunicationErrorResponse : Codable, Swift.Error
The Communication Services error.
-
Initialize a
CommunicationErrorResponse
structure.Declaration
Swift
public init( error: ChatError )
Parameters
error
The Communication Services error.
-
Initialize a
CommunicationErrorResponse
structure from decoderDeclaration
Swift
public init(from decoder: Decoder) throws
-
Encode a
CommunicationErrorResponse
structureDeclaration
Swift
public func encode(to encoder: Encoder) throws