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