CopyCompletionError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the error details if the background copy of a resource created via the CopyStart operation fails.
public class CopyCompletionError
type CopyCompletionError = class
Public Class CopyCompletionError
- Inheritance
-
CopyCompletionError
Constructors
CopyCompletionError() |
Initializes a new instance of the CopyCompletionError class. |
CopyCompletionError(String) |
Initializes a new instance of the CopyCompletionError class. |
Properties
ErrorCode |
Indicates the error code if the background copy of a resource created via the CopyStart operation fails. |
ErrorMessage |
Gets or sets indicates the error message if the background copy of a resource created via the CopyStart operation fails. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET