Class ErrorInnerError

java.lang.Object
com.azure.resourcemanager.workloads.models.ErrorInnerError

public final class ErrorInnerError extends Object
Object containing more specific information than the current object about the error.
  • Constructor Details

    • ErrorInnerError

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

    • innerError

      public Error innerError()
      Get the innerError property: Standard error object.
      Returns:
      the innerError value.
    • withInnerError

      public ErrorInnerError withInnerError(Error innerError)
      Set the innerError property: Standard error object.
      Parameters:
      innerError - the innerError value to set.
      Returns:
      the ErrorInnerError object itself.
    • validate

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