Class RoomsError
java.lang.Object
com.azure.communication.rooms.models.RoomsError
The Rooms Services error.
-
Constructor Summary
ConstructorsConstructorDescriptionRoomsError
(String message, String code, String target, List<RoomsError> details, RoomsError innerError) Constructs a new RoomsError -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Get the code property: The error code.Get the details property: Further details about specific errors that led to this error.Get the innerError property: The inner error if any.Get the message property: The error message.Get the target property: The error target.
-
Constructor Details
-
RoomsError
public RoomsError(String message, String code, String target, List<RoomsError> details, RoomsError innerError) Constructs a new RoomsError- Parameters:
message
- The message of the original errorcode
- The error codetarget
- The target of the errordetails
- Additional detailsinnerError
- The inner error
-
-
Method Details
-
getCode
Get the code property: The error code.- Returns:
- the code value.
-
getMessage
Get the message property: The error message.- Returns:
- the message value.
-
getTarget
Get the target property: The error target.- Returns:
- the target value.
-
getDetails
Get the details property: Further details about specific errors that led to this error.- Returns:
- the details value.
-
getInnerError
Get the innerError property: The inner error if any.- Returns:
- the innerError value.
-