1# File Subsystem Changelog 2 3## cl.file.1 Change of Error Codes in @ohos.file.storageStatistics and @ohos.file.volumeManager Documents 4 5Changed the error code of "Unknown error" in all APIs in the API reference documents of the [@ohos.file.storageStatistics](../../../application-dev/reference/apis/js-apis-file-storage-statistics.md#) and [@ohos.file.volumeManager](../../../application-dev/reference/apis/js-apis-file-volumemanager.md#) modules. The error code returned is different from the error code in the d.ts file. 6 7Before the change, the error code of "Unknown error" is **13900032**. 8 9After the change, the error code of "Unknown error" is **13900042**. 10 11**Change Impact** 12 13In the code, **13900042** is returned for "Unknown error" from the first version. The error code of ""Unknown error" is incorrect in the d.ts file and API Reference documents. 14 15For applications that have special processing on "13900032 Unknown error", change the error code to **13900042**. 16 17**Key API/Component Changes** 18 19All APIs in the @ohos.file.storageStatistics and @ohos.file.volumemanager modules are involved. 20 21**Adaptation Guide** 22 23For applications that have special processing on "Unknown error", change the error code to **13900042**. 24