| Package | Description |
|---|---|
| com.azure.communication.callingserver.models |
Package containing classes for AzureCommunicationCallingServerService.
|
| Modifier and Type | Method and Description |
|---|---|
CallingServerError |
CallingServerError.getInnerError()
Get the innerError property: The inner error if any.
|
CallingServerError |
CallingServerErrorException.getValue() |
| Constructor and Description |
|---|
CallingServerError(String message,
String code,
String target,
List<CallingServerError> details,
CallingServerError innerError)
Constructs a new CallingServerError
|
CallingServerErrorException(String message,
com.azure.core.http.HttpResponse response,
CallingServerError value)
Initializes a new instance of the CallingServerErrorException class.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.