Class ErrorAdditionalInfo

java.lang.Object
com.azure.resourcemanager.redis.models.ErrorAdditionalInfo

public final class ErrorAdditionalInfo extends Object
The resource management error additional info.
  • Constructor Details

    • ErrorAdditionalInfo

      public ErrorAdditionalInfo()
      Creates an instance of ErrorAdditionalInfo class.
  • Method Details

    • type

      public String type()
      Get the type property: The additional info type.
      Returns:
      the type value.
    • info

      public Object info()
      Get the info property: The additional info.
      Returns:
      the info value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.