Class ValidateResponseError
java.lang.Object
com.microsoft.azure.management.appservice.ValidateResponseError
Error details for when validation fails.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()
Get validation error code.message()
Get validation error message.Set validation error code.withMessage
(String message) Set validation error message.
-
Constructor Details
-
ValidateResponseError
public ValidateResponseError()
-
-
Method Details
-
code
Get validation error code.- Returns:
- the code value
-
withCode
Set validation error code.- Parameters:
code
- the code value to set- Returns:
- the ValidateResponseError object itself.
-
message
Get validation error message.- Returns:
- the message value
-
withMessage
Set validation error message.- Parameters:
message
- the message value to set- Returns:
- the ValidateResponseError object itself.
-