> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WdCopyErrorSeverity

> WdCopyErrorSeverity

# WdCopyErrorSeverity

Specifies the severity of a copy error or warning message.

## Syntax

```cpp theme={null}
enum class WdCopyErrorSeverity : uint32_t
{ 
    Warning = 0, 
    Error = 1 
};
```

### Constants

| Constant | Value | Description                                                                                                                            |
| -------- | ----- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Warning  | 0     | A warning message that indicates a potential issue but does not prevent the copy operation from proceeding.                            |
| Error    | 1     | An error message that indicates a failure in the copy operation. Provides extra information from the returned HRESULT of WdRemoteCopy. |

## Remarks

This enumeration is used with the [WdCopyErrorCallback](/reference/remoting/callbacks/wdcopyerrorcallback) to indicate the severity of a message reported during a [WdRemoteCopy](/reference/remoting/functions/wdremotecopy) operation.

## Requirements

| Requirement                 | Value                |
| --------------------------- | -------------------- |
| **Header**                  | WdRemoteIteration.h  |
| **Library**                 | wdremoteapi.lib      |
| **Supported OS**            | Windows 11 and later |
| **Supported architectures** | x64, ARM64           |

## See also

* [WdCopyErrorCallback](/reference/remoting/callbacks/wdcopyerrorcallback)
* [WdRemoteCopy](/reference/remoting/functions/wdremotecopy)
* [WdCopyStatusCallbacks](/reference/remoting/structs/wdcopystatuscallbacks)
* [XBOX PC Remote Iteration API](/reference/remoting/remoteiteration_members)


## Related topics

- [WdCopyErrorCallback](/reference/remoting/callbacks/wdcopyerrorcallback.md)
- [XBOX PC Remote Iteration API](/reference/remoting/remoteiteration_members.md)
- [WdRemoteCopy](/reference/remoting/functions/wdremotecopy.md)
- [WdCopyStatusCallbacks](/reference/remoting/structs/wdcopystatuscallbacks.md)
- [WdCopyFilesStatusCallback](/reference/remoting/callbacks/wdcopyfilesstatuscallback.md)
