54 строки
2.3 KiB
YAML
54 строки
2.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.ErrorResponse"
|
|
fullName: "com.microsoft.azure.management.cdn.ErrorResponse"
|
|
name: "ErrorResponse"
|
|
nameWithType: "ErrorResponse"
|
|
summary: "Error response indicates CDN service is not able to process the incoming request."
|
|
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.cdn.ErrorResponse.ErrorResponse()"
|
|
fullName: "com.microsoft.azure.management.cdn.ErrorResponse.ErrorResponse()"
|
|
name: "ErrorResponse()"
|
|
nameWithType: "ErrorResponse.ErrorResponse()"
|
|
syntax: "public ErrorResponse()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.ErrorResponse.code()"
|
|
fullName: "com.microsoft.azure.management.cdn.ErrorResponse.code()"
|
|
name: "code()"
|
|
nameWithType: "ErrorResponse.code()"
|
|
summary: "Get error code."
|
|
syntax: "public String code()"
|
|
desc: "Get error 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.cdn.ErrorResponse.message()"
|
|
fullName: "com.microsoft.azure.management.cdn.ErrorResponse.message()"
|
|
name: "message()"
|
|
nameWithType: "ErrorResponse.message()"
|
|
summary: "Get error message indicating why the operation failed."
|
|
syntax: "public String message()"
|
|
desc: "Get error message indicating why the operation failed."
|
|
returns:
|
|
description: "the message value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Error response indicates CDN service is not able to process the incoming request. The reason is provided in the error message."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|