Class ResizeError
java.lang.Object
com.azure.resourcemanager.batch.models.ResizeError
An error that occurred when resizing a pool.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()Get the code property: An identifier for the error.details()Get the details property: Additional details about the error.message()Get the message property: A message describing the error, intended to be suitable for display in a user interface.voidvalidate()Validates the instance.Set the code property: An identifier for the error.withDetails(List<ResizeError> details) Set the details property: Additional details about the error.withMessage(String message) Set the message property: A message describing the error, intended to be suitable for display in a user interface.
-
Constructor Details
-
ResizeError
public ResizeError()Creates an instance of ResizeError class.
-
-
Method Details
-
code
Get the code property: An identifier for the error. Codes are invariant and are intended to be consumed programmatically.- Returns:
- the code value.
-
withCode
Set the code property: An identifier for the error. Codes are invariant and are intended to be consumed programmatically.- Parameters:
code- the code value to set.- Returns:
- the ResizeError object itself.
-
message
Get the message property: A message describing the error, intended to be suitable for display in a user interface.- Returns:
- the message value.
-
withMessage
Set the message property: A message describing the error, intended to be suitable for display in a user interface.- Parameters:
message- the message value to set.- Returns:
- the ResizeError object itself.
-
details
Get the details property: Additional details about the error.- Returns:
- the details value.
-
withDetails
Set the details property: Additional details about the error.- Parameters:
details- the details value to set.- Returns:
- the ResizeError object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-