public final class InvalidParticipantException
extends com.azure.android.core.exception.AzureException
| Constructor and Description |
|---|
InvalidParticipantException(ChatError chatError)
Constructs a new InvalidParticipantException
|
| Modifier and Type | Method and Description |
|---|---|
ChatError |
getChatError()
Gets the underlying ChatError returned from the server
|
public InvalidParticipantException(ChatError chatError)
chatError - the ChatError underlying this exceptionpublic ChatError getChatError()