Class AlertErrorDetails

java.lang.Object
com.azure.resourcemanager.databoxedge.models.AlertErrorDetails

public final class AlertErrorDetails extends Object
Error details for the alert.
  • Constructor Details

    • AlertErrorDetails

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

    • errorCode

      public String errorCode()
      Get the errorCode property: Error code.
      Returns:
      the errorCode value.
    • errorMessage

      public String errorMessage()
      Get the errorMessage property: Error Message.
      Returns:
      the errorMessage value.
    • occurrences

      public Integer occurrences()
      Get the occurrences property: Number of occurrences.
      Returns:
      the occurrences value.
    • validate

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