Class GraphError
java.lang.Object
com.microsoft.azure.management.graphrbac.GraphError
Active Directory error information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()
Get the code value.message()
Get the message value.Set the code value.withMessage
(String message) Set the message value.
-
Constructor Details
-
GraphError
public GraphError()
-
-
Method Details
-
code
Get the code value.- Returns:
- the code value
-
withCode
Set the code value.- Parameters:
code
- the code value to set- Returns:
- the GraphError object itself.
-
message
Get the message value.- Returns:
- the message value
-
withMessage
Set the message value.- Parameters:
message
- the message value to set- Returns:
- the GraphError object itself.
-