Class JobErrorDetail
java.lang.Object
com.azure.resourcemanager.mediaservices.models.JobErrorDetail
Details of JobOutput errors.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JobErrorDetail
public JobErrorDetail()Creates an instance of JobErrorDetail class.
-
-
Method Details
-
code
Get the code property: Code describing the error detail.- Returns:
- the code value.
-
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.
-