Class JobError
java.lang.Object
com.azure.resourcemanager.mediaservices.models.JobError
Details of JobOutput errors.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncategory()
Get the category property: Helps with categorization of errors.code()
Get the code property: Error code describing the error.details()
Get the details property: An array of details about specific errors that led to this reported error.message()
Get the message property: A human-readable language-dependent representation of the error.retry()
Get the retry property: Indicates that it may be possible to retry the Job.void
validate()
Validates the instance.
-
Constructor Details
-
JobError
public JobError()Creates an instance of JobError class.
-
-
Method Details
-
code
Get the code property: Error code describing the error.- Returns:
- the code value.
-
message
Get the message property: A human-readable language-dependent representation of the error.- Returns:
- the message value.
-
category
Get the category property: Helps with categorization of errors.- Returns:
- the category value.
-
retry
Get the retry property: Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.- Returns:
- the retry value.
-
details
Get the details property: An array of details about specific errors that led to this reported error.- Returns:
- the details value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-