Class MabErrorInfo
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.MabErrorInfo
-
public final class MabErrorInfo extends Object
MAB workload-specific error information.
-
-
Constructor Summary
Constructors Constructor Description MabErrorInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
errorString()
Get the errorString property: Localized error string.List<String>
recommendations()
Get the recommendations property: List of localized recommendations.void
validate()
Validates the instance.
-
-
-
Method Detail
-
errorString
public String errorString()
Get the errorString property: Localized error string.- Returns:
- the errorString value.
-
recommendations
public List<String> recommendations()
Get the recommendations property: List of localized recommendations.- Returns:
- the recommendations value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-