Class OperationStatusError

java.lang.Object
com.azure.resourcemanager.devcenter.models.OperationStatusError

public final class OperationStatusError extends Object
Operation Error message.
  • Constructor Details

    • OperationStatusError

      public OperationStatusError()
  • Method Details

    • code

      public String code()
      Get the code property: The error code.
      Returns:
      the code value.
    • message

      public String message()
      Get the message property: The error message.
      Returns:
      the message value.
    • validate

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