65 строки
3.7 KiB
YAML
65 строки
3.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mediaservices.models.JobErrorDetail"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.JobErrorDetail"
|
|
name: "JobErrorDetail"
|
|
nameWithType: "JobErrorDetail"
|
|
summary: "Details of Job<wbr>Output errors."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **JobErrorDetail**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.JobErrorDetail.JobErrorDetail()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.JobErrorDetail.JobErrorDetail()"
|
|
name: "JobErrorDetail()"
|
|
nameWithType: "JobErrorDetail.JobErrorDetail()"
|
|
summary: "Creates an instance of Job<wbr>Error<wbr>Detail class."
|
|
syntax: "public JobErrorDetail()"
|
|
desc: "Creates an instance of JobErrorDetail class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.JobErrorDetail.code()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.JobErrorDetail.code()"
|
|
name: "code()"
|
|
nameWithType: "JobErrorDetail.code()"
|
|
summary: "Get the code property: Code describing the error detail."
|
|
syntax: "public String code()"
|
|
desc: "Get the code property: Code describing the error detail."
|
|
returns:
|
|
description: "the code value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.JobErrorDetail.message()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.JobErrorDetail.message()"
|
|
name: "message()"
|
|
nameWithType: "JobErrorDetail.message()"
|
|
summary: "Get the message property: A human-readable representation of the error."
|
|
syntax: "public String message()"
|
|
desc: "Get the message property: A human-readable representation of the error."
|
|
returns:
|
|
description: "the message value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.JobErrorDetail.validate()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.JobErrorDetail.validate()"
|
|
name: "validate()"
|
|
nameWithType: "JobErrorDetail.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
type: "class"
|
|
desc: "Details of JobOutput errors."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mediaservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0
|