58 строки
2.7 KiB
YAML
58 строки
2.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ErrorResponse"
|
|
fullName: "com.microsoft.azure.management.network.ErrorResponse"
|
|
name: "ErrorResponse"
|
|
nameWithType: "ErrorResponse"
|
|
summary: "The error object."
|
|
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 ErrorResponse"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ErrorResponse.ErrorResponse()"
|
|
fullName: "com.microsoft.azure.management.network.ErrorResponse.ErrorResponse()"
|
|
name: "ErrorResponse()"
|
|
nameWithType: "ErrorResponse.ErrorResponse()"
|
|
syntax: "public ErrorResponse()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ErrorResponse.error()"
|
|
fullName: "com.microsoft.azure.management.network.ErrorResponse.error()"
|
|
name: "error()"
|
|
nameWithType: "ErrorResponse.error()"
|
|
summary: "Get the error details object."
|
|
syntax: "public ErrorDetails error()"
|
|
desc: "Get the error details object."
|
|
returns:
|
|
description: "the error value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ErrorDetails?alt=com.microsoft.azure.management.network.ErrorDetails&text=ErrorDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ErrorResponse.withError(com.microsoft.azure.management.network.ErrorDetails)"
|
|
fullName: "com.microsoft.azure.management.network.ErrorResponse.withError(ErrorDetails error)"
|
|
name: "withError(ErrorDetails error)"
|
|
nameWithType: "ErrorResponse.withError(ErrorDetails error)"
|
|
summary: "Set the error details object."
|
|
parameters:
|
|
- description: "the error value to set"
|
|
name: "error"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ErrorDetails?alt=com.microsoft.azure.management.network.ErrorDetails&text=ErrorDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ErrorResponse withError(ErrorDetails error)"
|
|
desc: "Set the error details object."
|
|
returns:
|
|
description: "the ErrorResponse object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ErrorResponse?alt=com.microsoft.azure.management.network.ErrorResponse&text=ErrorResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The error object."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|