Class Error
java.lang.Object
com.microsoft.azure.management.monitor.Error
Error details.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncode()
Get error code identifying the specific error.message()
Get error message in the caller's locale.Set error code identifying the specific error.withMessage
(String message) Set error message in the caller's locale.
-
Constructor Details
-
Error
public Error()
-
-
Method Details
-
code
Get error code identifying the specific error.- Returns:
- the code value
-
withCode
Set error code identifying the specific error.- Parameters:
code
- the code value to set- Returns:
- the Error object itself.
-
message
Get error message in the caller's locale.- Returns:
- the message value
-
withMessage
Set error message in the caller's locale.- Parameters:
message
- the message value to set- Returns:
- the Error object itself.
-