azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
8.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail"
name: "ErrorDetail"
nameWithType: "ErrorDetail"
summary: "Error details."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ErrorDetail**"
constructors:
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.ErrorDetail()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.ErrorDetail()"
name: "ErrorDetail()"
nameWithType: "ErrorDetail.ErrorDetail()"
syntax: "public ErrorDetail()"
methods:
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.code()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.code()"
name: "code()"
nameWithType: "ErrorDetail.code()"
summary: "Get the error's code."
syntax: "public String code()"
desc: "Get the error's code."
returns:
description: "the code value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.details()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.details()"
name: "details()"
nameWithType: "ErrorDetail.details()"
summary: "Get additional error details."
syntax: "public List<ErrorDetail> details()"
desc: "Get additional error details."
returns:
description: "the details value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail&text=ErrorDetail\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.message()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.message()"
name: "message()"
nameWithType: "ErrorDetail.message()"
summary: "Get a human readable error message."
syntax: "public String message()"
desc: "Get a human readable error message."
returns:
description: "the message value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.target()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.target()"
name: "target()"
nameWithType: "ErrorDetail.target()"
summary: "Get indicates which property in the request is responsible for the error."
syntax: "public String target()"
desc: "Get indicates which property in the request is responsible for the error."
returns:
description: "the target value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.withCode(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.withCode(String code)"
name: "withCode(String code)"
nameWithType: "ErrorDetail.withCode(String code)"
summary: "Set the error's code."
parameters:
- description: "the code value to set"
name: "code"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ErrorDetail withCode(String code)"
desc: "Set the error's code."
returns:
description: "the ErrorDetail object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail&text=ErrorDetail\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.withDetails(java.util.List<com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail>)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.withDetails(List<ErrorDetail> details)"
name: "withDetails(List<ErrorDetail> details)"
nameWithType: "ErrorDetail.withDetails(List<ErrorDetail> details)"
summary: "Set additional error details."
parameters:
- description: "the details value to set"
name: "details"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail&text=ErrorDetail\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ErrorDetail withDetails(List<ErrorDetail> details)"
desc: "Set additional error details."
returns:
description: "the ErrorDetail object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail&text=ErrorDetail\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.withMessage(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.withMessage(String message)"
name: "withMessage(String message)"
nameWithType: "ErrorDetail.withMessage(String message)"
summary: "Set a human readable error message."
parameters:
- description: "the message value to set"
name: "message"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ErrorDetail withMessage(String message)"
desc: "Set a human readable error message."
returns:
description: "the ErrorDetail object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail&text=ErrorDetail\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.withTarget(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail.withTarget(String target)"
name: "withTarget(String target)"
nameWithType: "ErrorDetail.withTarget(String target)"
summary: "Set indicates which property in the request is responsible for the error."
parameters:
- description: "the target value to set"
name: "target"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ErrorDetail withTarget(String target)"
desc: "Set indicates which property in the request is responsible for the error."
returns:
description: "the ErrorDetail object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.ErrorDetail&text=ErrorDetail\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Error details."
metadata: {}
package: "com.microsoft.azure.management.hybridcompute.v2020_08_02"
artifact: com.microsoft.azure.hybridcompute.v2020_08_02:azure-mgmt-hybridcompute:1.0.0-beta