Uses of Class
com.azure.communication.chat.models.ChatError
Packages that use ChatError
Package
Description
Package containing classes for AzureCommunicationChatService.
-
Uses of ChatError in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return ChatErrorModifier and TypeMethodDescriptionInvalidParticipantException.getChatError()Gets the underlying ChatError returned from the serverChatError.getInnerError()Get the innerError property: The inner error if any.ChatErrorResponseException.getValue()Methods in com.azure.communication.chat.models that return types with arguments of type ChatErrorModifier and TypeMethodDescriptionChatError.getDetails()Get the details property: Further details about specific errors that led to this error.AddChatParticipantsResult.getInvalidParticipants()Get the invalidParticipants property: The participants that failed to be added to the chat thread.CreateChatThreadResult.getInvalidParticipants()Get the invalidParticipants property: The participants that failed to be added to the chat thread.Constructors in com.azure.communication.chat.models with parameters of type ChatErrorModifierConstructorDescriptionChatError(String message, String code, String target, List<ChatError> details, ChatError innerError) Constructs a new ChatErrorChatErrorResponseException(String message, com.azure.core.http.HttpResponse response, ChatError value) Initializes a new instance of the ChatErrorResponseException class.InvalidParticipantException(ChatError chatError) Constructs a new InvalidParticipantExceptionConstructor parameters in com.azure.communication.chat.models with type arguments of type ChatErrorModifierConstructorDescriptionAddChatParticipantsResult(List<ChatError> invalidParticipants) ChatError(String message, String code, String target, List<ChatError> details, ChatError innerError) Constructs a new ChatErrorCreateChatThreadResult(ChatThreadProperties chatThreadProperties, List<ChatError> invalidParticipants) Constructs a new instance of CreateChatThreadResult