---
title: EE1016 Not_Supported
description: "报错格式如下，占位符%s的含义依次为报错阶段（或接口名）、报错原因："
url: https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/latest/maintenref/troubleshooting/atlaserrorcode_15_0402.html
sourcePath: /source/zh/CANNCommunityEdition/920beta1/maintenref/troubleshooting/atlaserrorcode_15_0402.html
indexId: a4e6a8bb5d0277576275db1079985eb89eb0ffe900ce49be703495c5369c3b8195
---
# EE1016 Not_Supported

#### 错误信息

报错格式如下，占位符%s的含义依次为报错阶段（或接口名）、报错原因：

```
%s failed. Reason: %s.
```


报错示例如下：

```
MemCopySync failed. Reason: The current thread 198840 is in the capture state and the current operation cannot be performed. Check whether the mode set by the aclmdlRICaptureBegin API supports the current operation. This operation is supported only in the RELAXED mode. The mode set using the aclmdlRICaptureBegin API is 1, the capture mode of the current thread is 1, and the mode set using the aclmdlRICaptureThreadExchangeMode API is 1.
```

#### 解决方法

根据Reason中的提示调整参数值。
