Class JobErrorDetails

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

public final class JobErrorDetails extends Object
The job error information containing the list of job errors.
  • Constructor Details

    • JobErrorDetails

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

    • errorDetails

      public List<JobErrorItem> errorDetails()
      Get the errorDetails property: The error details.
      Returns:
      the errorDetails 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.