errorcode-loglibrary.md 639 字节
Newer Older
S
shawn_he 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# Log Library Error Codes

> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).

## 21300001 Specified File Not Exist

**Error Message**

The specified file does not exist.

**Description**

When the **copy**, **move**, or **delete** API is called to perform file operations, the file with the specified name does not exist in the specified type of logs.

**Possible Cause**

1. The input file name is incorrect.
2. The file with the input file name does not exist.

**Procedure**

Check whether the input file name is correct.