CommunicationErrorResponse
public struct CommunicationErrorResponse : Codable, Swift.ErrorThe Communication Services error.
- 
                  
                  Initialize a CommunicationErrorResponsestructure.DeclarationSwift public init( error: ChatError )ParameterserrorThe Communication Services error. 
- 
                  
                  Initialize a CommunicationErrorResponsestructure from decoderDeclarationSwift public init(from decoder: Decoder) throws
- 
                  
                  Encode a CommunicationErrorResponsestructureDeclarationSwift public func encode(to encoder: Encoder) throws
 View on GitHub
            View on GitHub
           CommunicationErrorResponse Structure Reference
      CommunicationErrorResponse Structure Reference