95 строки
5.4 KiB
YAML
95 строки
5.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.workloads.models.Error"
|
|
fullName: "com.azure.resourcemanager.workloads.models.Error"
|
|
name: "Error"
|
|
nameWithType: "Error"
|
|
summary: "Standard error object."
|
|
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 class **Error**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.workloads.models.Error.Error()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.Error.Error()"
|
|
name: "Error()"
|
|
nameWithType: "Error.Error()"
|
|
summary: "Creates an instance of Error class."
|
|
syntax: "public Error()"
|
|
desc: "Creates an instance of Error class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.workloads.models.Error.code()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.Error.code()"
|
|
name: "code()"
|
|
nameWithType: "Error.code()"
|
|
summary: "Get the code property: Server-defined set of error codes."
|
|
syntax: "public String code()"
|
|
desc: "Get the code property: Server-defined set of error codes."
|
|
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.workloads.models.Error.details()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.Error.details()"
|
|
name: "details()"
|
|
nameWithType: "Error.details()"
|
|
summary: "Get the details property: Array of details about specific errors that led to this reported error."
|
|
syntax: "public List<Error> details()"
|
|
desc: "Get the details property: Array of details about specific errors that led to this reported error."
|
|
returns:
|
|
description: "the details value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.workloads.models.Error?alt=com.azure.resourcemanager.workloads.models.Error&text=Error\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.workloads.models.Error.innerError()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.Error.innerError()"
|
|
name: "innerError()"
|
|
nameWithType: "Error.innerError()"
|
|
summary: "Get the inner<wbr>Error property: Object containing more specific information than the current object about the error."
|
|
syntax: "public ErrorInnerError innerError()"
|
|
desc: "Get the innerError property: Object containing more specific information than the current object about the error."
|
|
returns:
|
|
description: "the innerError value."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.ErrorInnerError?alt=com.azure.resourcemanager.workloads.models.ErrorInnerError&text=ErrorInnerError\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.Error.message()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.Error.message()"
|
|
name: "message()"
|
|
nameWithType: "Error.message()"
|
|
summary: "Get the message property: Human-readable representation of the error."
|
|
syntax: "public String message()"
|
|
desc: "Get the message property: 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.workloads.models.Error.target()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.Error.target()"
|
|
name: "target()"
|
|
nameWithType: "Error.target()"
|
|
summary: "Get the target property: Target of the error."
|
|
syntax: "public String target()"
|
|
desc: "Get the target property: Target of the error."
|
|
returns:
|
|
description: "the target value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.workloads.models.Error.validate()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.Error.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Error.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
type: "class"
|
|
desc: "Standard error object."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.workloads.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-workloads:1.0.0
|