azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

270 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.models.ErrorEntity"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity"
name: "ErrorEntity"
nameWithType: "ErrorEntity"
summary: "Body of the error response returned from the API."
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 **ErrorEntity**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.ErrorEntity()"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.ErrorEntity()"
name: "ErrorEntity()"
nameWithType: "ErrorEntity.ErrorEntity()"
summary: "Creates an instance of Error<wbr>Entity class."
syntax: "public ErrorEntity()"
desc: "Creates an instance of ErrorEntity class."
methods:
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.code()"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.code()"
name: "code()"
nameWithType: "ErrorEntity.code()"
summary: "Get the code property: Basic error code."
syntax: "public String code()"
desc: "Get the code property: Basic error code."
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.appservice.models.ErrorEntity.details()"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.details()"
name: "details()"
nameWithType: "ErrorEntity.details()"
summary: "Get the details property: Error Details."
syntax: "public List<ErrorEntity> details()"
desc: "Get the details property: Error Details."
returns:
description: "the details value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.extendedCode()"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.extendedCode()"
name: "extendedCode()"
nameWithType: "ErrorEntity.extendedCode()"
summary: "Get the extended<wbr>Code property: Type of error."
syntax: "public String extendedCode()"
desc: "Get the extendedCode property: Type of error."
returns:
description: "the extendedCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ErrorEntity.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Error<wbr>Entity from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ErrorEntity fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ErrorEntity."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ErrorEntity from the JsonReader."
returns:
description: "An instance of ErrorEntity if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.innerErrors()"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.innerErrors()"
name: "innerErrors()"
nameWithType: "ErrorEntity.innerErrors()"
summary: "Get the inner<wbr>Errors property: Inner errors."
syntax: "public List<ErrorEntity> innerErrors()"
desc: "Get the innerErrors property: Inner errors."
returns:
description: "the innerErrors value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.message()"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.message()"
name: "message()"
nameWithType: "ErrorEntity.message()"
summary: "Get the message property: Any details of the error."
syntax: "public String message()"
desc: "Get the message property: Any details 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.appservice.models.ErrorEntity.messageTemplate()"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.messageTemplate()"
name: "messageTemplate()"
nameWithType: "ErrorEntity.messageTemplate()"
summary: "Get the message<wbr>Template property: Message template."
syntax: "public String messageTemplate()"
desc: "Get the messageTemplate property: Message template."
returns:
description: "the messageTemplate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.parameters()"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.parameters()"
name: "parameters()"
nameWithType: "ErrorEntity.parameters()"
summary: "Get the parameters property: Parameters for the template."
syntax: "public List<String> parameters()"
desc: "Get the parameters property: Parameters for the template."
returns:
description: "the parameters value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.target()"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.target()"
name: "target()"
nameWithType: "ErrorEntity.target()"
summary: "Get the target property: The error target."
syntax: "public String target()"
desc: "Get the target property: The error target."
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.appservice.models.ErrorEntity.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ErrorEntity.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.validate()"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.validate()"
name: "validate()"
nameWithType: "ErrorEntity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.withCode(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.withCode(String code)"
name: "withCode(String code)"
nameWithType: "ErrorEntity.withCode(String code)"
summary: "Set the code property: Basic error code."
parameters:
- description: "the code value to set."
name: "code"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ErrorEntity withCode(String code)"
desc: "Set the code property: Basic error code."
returns:
description: "the ErrorEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.withDetails(java.util.List<com.azure.resourcemanager.appservice.models.ErrorEntity>)"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.withDetails(List<ErrorEntity> details)"
name: "withDetails(List<ErrorEntity> details)"
nameWithType: "ErrorEntity.withDetails(List<ErrorEntity> details)"
summary: "Set the details property: Error Details."
parameters:
- description: "the details value to set."
name: "details"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ErrorEntity withDetails(List<ErrorEntity> details)"
desc: "Set the details property: Error Details."
returns:
description: "the ErrorEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.withExtendedCode(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.withExtendedCode(String extendedCode)"
name: "withExtendedCode(String extendedCode)"
nameWithType: "ErrorEntity.withExtendedCode(String extendedCode)"
summary: "Set the extended<wbr>Code property: Type of error."
parameters:
- description: "the extendedCode value to set."
name: "extendedCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ErrorEntity withExtendedCode(String extendedCode)"
desc: "Set the extendedCode property: Type of error."
returns:
description: "the ErrorEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.withInnerErrors(java.util.List<com.azure.resourcemanager.appservice.models.ErrorEntity>)"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.withInnerErrors(List<ErrorEntity> innerErrors)"
name: "withInnerErrors(List<ErrorEntity> innerErrors)"
nameWithType: "ErrorEntity.withInnerErrors(List<ErrorEntity> innerErrors)"
summary: "Set the inner<wbr>Errors property: Inner errors."
parameters:
- description: "the innerErrors value to set."
name: "innerErrors"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ErrorEntity withInnerErrors(List<ErrorEntity> innerErrors)"
desc: "Set the innerErrors property: Inner errors."
returns:
description: "the ErrorEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.withMessage(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.withMessage(String message)"
name: "withMessage(String message)"
nameWithType: "ErrorEntity.withMessage(String message)"
summary: "Set the message property: Any details of the error."
parameters:
- description: "the message value to set."
name: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ErrorEntity withMessage(String message)"
desc: "Set the message property: Any details of the error."
returns:
description: "the ErrorEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.withMessageTemplate(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.withMessageTemplate(String messageTemplate)"
name: "withMessageTemplate(String messageTemplate)"
nameWithType: "ErrorEntity.withMessageTemplate(String messageTemplate)"
summary: "Set the message<wbr>Template property: Message template."
parameters:
- description: "the messageTemplate value to set."
name: "messageTemplate"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ErrorEntity withMessageTemplate(String messageTemplate)"
desc: "Set the messageTemplate property: Message template."
returns:
description: "the ErrorEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.withParameters(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.withParameters(List<String> parameters)"
name: "withParameters(List<String> parameters)"
nameWithType: "ErrorEntity.withParameters(List<String> parameters)"
summary: "Set the parameters property: Parameters for the template."
parameters:
- description: "the parameters value to set."
name: "parameters"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public ErrorEntity withParameters(List<String> parameters)"
desc: "Set the parameters property: Parameters for the template."
returns:
description: "the ErrorEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ErrorEntity.withTarget(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.ErrorEntity.withTarget(String target)"
name: "withTarget(String target)"
nameWithType: "ErrorEntity.withTarget(String target)"
summary: "Set the target property: The error target."
parameters:
- description: "the target value to set."
name: "target"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ErrorEntity withTarget(String target)"
desc: "Set the target property: The error target."
returns:
description: "the ErrorEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Body of the error response returned from the API."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.ErrorEntity?alt=com.azure.resourcemanager.appservice.models.ErrorEntity&text=ErrorEntity\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0