1# native_averrors.h 2 3 4## Overview 5 6The **native_averrors.h** file declares the error codes used by the media playback framework. 7 8**Since** 9 109 11 12**Related Modules** 13 14[Core](_core.md) 15 16 17## Summary 18 19 20### Types 21 22| Name| Description| 23| -------- | -------- | 24| [OH_AVErrCode](_core.md#oh_averrcode) | Defines an enum that enumerates the audio and video error codes.| 25 26 27### Enums 28 29| Name| Description| 30| -------- | -------- | 31| [OH_AVErrCode](_core.md#oh_averrcode) {<br> AV_ERR_OK = 0,<br> AV_ERR_NO_MEMORY = 1,<br> AV_ERR_OPERATE_NOT_PERMIT = 2,<br> AV_ERR_INVALID_VAL = 3,<br> AV_ERR_IO = 4,<br> AV_ERR_TIMEOUT = 5,<br> AV_ERR_UNKNOWN = 6,<br> AV_ERR_SERVICE_DIED = 7,<br> AV_ERR_INVALID_STATE = 8,<br> AV_ERR_UNSUPPORT = 9,<br> AV_ERR_EXTEND_START = 100<br>} | Enumerates the audio and video error codes.| 32