Class JobErrorDetail

java.lang.Object
com.azure.resourcemanager.mediaservices.models.JobErrorDetail

public final class JobErrorDetail extends Object
Details of JobOutput errors.
  • Constructor Details

    • JobErrorDetail

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

    • code

      public String code()
      Get the code property: Code describing the error detail.
      Returns:
      the code value.
    • message

      public String message()
      Get the message property: A human-readable representation of the error.
      Returns:
      the message value.
    • validate

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