> ## 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

コピー エラーまたは警告メッセージの重大度を指定します。

## 構文

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

### 定数

| 定数      | 値 | 説明                                                                 |
| ------- | - | ------------------------------------------------------------------ |
| Warning | 0 | 潜在的な問題を示すが、コピー操作の続行を妨げない警告メッセージ。                                   |
| Error   | 1 | コピー操作における失敗を示すエラー メッセージ。WdRemoteCopy から返される HRESULT からの追加情報を提供します。 |

## 解説

この列挙型は、[WdRemoteCopy](/reference/remoting/functions/wdremotecopy) 操作中に報告されたメッセージの重大度を示すために、[WdCopyErrorCallback](/reference/remoting/callbacks/wdcopyerrorcallback) と共に使用されます。

## 要件

| 要件                   | 値                   |
| -------------------- | ------------------- |
| **ヘッダー**             | WdRemoteIteration.h |
| **ライブラリ**            | wdremoteapi.lib     |
| **サポートされている OS**     | Windows 11 以降       |
| **サポートされているアーキテクチャ** | x64、ARM64           |

## 関連項目

* [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](/ja-jp/reference/remoting/callbacks/wdcopyerrorcallback.md)
- [XBOX PC Remote Iteration API](/ja-jp/reference/remoting/remoteiteration_members.md)
- [WdCopyStatusCallbacks](/ja-jp/reference/remoting/structs/wdcopystatuscallbacks.md)
- [WdRemoteCopy](/ja-jp/reference/remoting/functions/wdremotecopy.md)
- [WdCopyOptions](/ja-jp/reference/remoting/structs/wdcopyoptions.md)
