> ## 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](/ko/reference/remoting/callbacks/wdcopyerrorcallback.md)
- [XBOX PC Remote Iteration API](/ko/reference/remoting/remoteiteration_members.md)
- [WdCopyStatusCallbacks](/ko/reference/remoting/structs/wdcopystatuscallbacks.md)
- [WdRemoteCopy](/ko/reference/remoting/functions/wdremotecopy.md)
- [WdCopyDirection](/ko/reference/remoting/enums/wdcopydirection.md)
