### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType"
name: "MigrationErrorType"
nameWithType: "MigrationErrorType"
summary: "Error response indicates CDN service is not able to process the incoming request."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **MigrationErrorType** implements <>"
constructors:
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.MigrationErrorType()"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.MigrationErrorType()"
name: "MigrationErrorType()"
nameWithType: "MigrationErrorType.MigrationErrorType()"
summary: "Creates an instance of MigrationErrorType class."
syntax: "public MigrationErrorType()"
desc: "Creates an instance of MigrationErrorType class."
methods:
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.code()"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.code()"
name: "code()"
nameWithType: "MigrationErrorType.code()"
summary: "Get the code property: Error code."
syntax: "public String code()"
desc: "Get the code property: Error code."
returns:
description: "the code value."
type: "String"
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.errorMessage()"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.errorMessage()"
name: "errorMessage()"
nameWithType: "MigrationErrorType.errorMessage()"
summary: "Get the errorMessage property: Error message indicating why the operation failed."
syntax: "public String errorMessage()"
desc: "Get the errorMessage property: Error message indicating why the operation failed."
returns:
description: "the errorMessage value."
type: "String"
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "MigrationErrorType.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of MigrationErrorType from the JsonReader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: ""
syntax: "public static MigrationErrorType fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the MigrationErrorType."
type: "IOException"
desc: "Reads an instance of MigrationErrorType from the JsonReader."
returns:
description: "An instance of MigrationErrorType if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: ""
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.nextSteps()"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.nextSteps()"
name: "nextSteps()"
nameWithType: "MigrationErrorType.nextSteps()"
summary: "Get the nextSteps property: Describes what needs to be done to fix the problem."
syntax: "public String nextSteps()"
desc: "Get the nextSteps property: Describes what needs to be done to fix the problem."
returns:
description: "the nextSteps value."
type: "String"
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.resourceName()"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.resourceName()"
name: "resourceName()"
nameWithType: "MigrationErrorType.resourceName()"
summary: "Get the resourceName property: Resource which has the problem."
syntax: "public String resourceName()"
desc: "Get the resourceName property: Resource which has the problem."
returns:
description: "the resourceName value."
type: "String"
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "MigrationErrorType.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: ""
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "IOException"
returns:
type: ""
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.validate()"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.validate()"
name: "validate()"
nameWithType: "MigrationErrorType.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "Error response indicates CDN service is not able to process the incoming request. The reason is provided in the error message."
implements:
- "<>"
metadata: {}
package: "com.azure.resourcemanager.cdn.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0