65 строки
2.8 KiB
YAML
65 строки
2.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.ErrorInfo"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ErrorInfo"
|
|
name: "ErrorInfo"
|
|
nameWithType: "ErrorInfo"
|
|
summary: "The error info."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public class ErrorInfo"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.ErrorInfo.ErrorInfo()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ErrorInfo.ErrorInfo()"
|
|
name: "ErrorInfo()"
|
|
nameWithType: "ErrorInfo.ErrorInfo()"
|
|
syntax: "public ErrorInfo()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.ErrorInfo.code()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ErrorInfo.code()"
|
|
name: "code()"
|
|
nameWithType: "ErrorInfo.code()"
|
|
summary: "Get the code property: The error code."
|
|
syntax: "public String code()"
|
|
desc: "Get the code property: The 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.ErrorInfo.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ErrorInfo.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ErrorInfo.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.ErrorInfo.withCode(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ErrorInfo.withCode(String code)"
|
|
name: "withCode(String code)"
|
|
nameWithType: "ErrorInfo.withCode(String code)"
|
|
summary: "Set the code property: The 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 ErrorInfo withCode(String code)"
|
|
desc: "Set the code property: The error code."
|
|
returns:
|
|
description: "the ErrorInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ErrorInfo?alt=com.azure.resourcemanager.appservice.models.ErrorInfo&text=ErrorInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The error info."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.18.0
|