### YamlMime:JavaType uid: "com.azure.resourcemanager.storagemover.models.JobRunError" fullName: "com.azure.resourcemanager.storagemover.models.JobRunError" name: "JobRunError" nameWithType: "JobRunError" summary: "Error type." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **JobRunError**" constructors: - uid: "com.azure.resourcemanager.storagemover.models.JobRunError.JobRunError()" fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.JobRunError()" name: "JobRunError()" nameWithType: "JobRunError.JobRunError()" summary: "Creates an instance of JobRunError class." syntax: "public JobRunError()" desc: "Creates an instance of JobRunError class." methods: - uid: "com.azure.resourcemanager.storagemover.models.JobRunError.code()" fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.code()" name: "code()" nameWithType: "JobRunError.code()" summary: "Get the code property: Error code of the given entry." syntax: "public String code()" desc: "Get the code property: Error code of the given entry." returns: description: "the code value." type: "String" - uid: "com.azure.resourcemanager.storagemover.models.JobRunError.message()" fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.message()" name: "message()" nameWithType: "JobRunError.message()" summary: "Get the message property: Error message of the given entry." syntax: "public String message()" desc: "Get the message property: Error message of the given entry." returns: description: "the message value." type: "String" - uid: "com.azure.resourcemanager.storagemover.models.JobRunError.target()" fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.target()" name: "target()" nameWithType: "JobRunError.target()" summary: "Get the target property: Target of the given error entry." syntax: "public String target()" desc: "Get the target property: Target of the given error entry." returns: description: "the target value." type: "String" - uid: "com.azure.resourcemanager.storagemover.models.JobRunError.validate()" fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.validate()" name: "validate()" nameWithType: "JobRunError.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.storagemover.models.JobRunError.withCode(java.lang.String)" fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.withCode(String code)" name: "withCode(String code)" nameWithType: "JobRunError.withCode(String code)" summary: "Set the code property: Error code of the given entry." parameters: - description: "the code value to set." name: "code" type: "String" syntax: "public JobRunError withCode(String code)" desc: "Set the code property: Error code of the given entry." returns: description: "the JobRunError object itself." type: "" - uid: "com.azure.resourcemanager.storagemover.models.JobRunError.withMessage(java.lang.String)" fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.withMessage(String message)" name: "withMessage(String message)" nameWithType: "JobRunError.withMessage(String message)" summary: "Set the message property: Error message of the given entry." parameters: - description: "the message value to set." name: "message" type: "String" syntax: "public JobRunError withMessage(String message)" desc: "Set the message property: Error message of the given entry." returns: description: "the JobRunError object itself." type: "" - uid: "com.azure.resourcemanager.storagemover.models.JobRunError.withTarget(java.lang.String)" fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.withTarget(String target)" name: "withTarget(String target)" nameWithType: "JobRunError.withTarget(String target)" summary: "Set the target property: Target of the given error entry." parameters: - description: "the target value to set." name: "target" type: "String" syntax: "public JobRunError withTarget(String target)" desc: "Set the target property: Target of the given error entry." returns: description: "the JobRunError object itself." type: "" type: "class" desc: "Error type." metadata: {} package: "com.azure.resourcemanager.storagemover.models" artifact: com.azure.resourcemanager:azure-resourcemanager-storagemover:1.0.0