Class JobErrorItem

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

public final class JobErrorItem extends Object
The job error items.
  • Constructor Details

    • JobErrorItem

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

    • recommendations

      public List<String> recommendations()
      Get the recommendations property: The recommended actions.
      Returns:
      the recommendations value.
    • code

      public String code()
      Get the code property: The code intended for programmatic access.
      Returns:
      the code value.
    • message

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

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