# oh_pasteboard_err_code.h ## Overview Defines the error code information of the pasteboard. **Library**: libpasteboard.so **File to include**: **System capability**: SystemCapability.MiscServices.Pasteboard **Since**: 13 **Related module**: [Pasteboard](_pasteboard.md) ## Summary ### Types | Name| Description| | -------- | -------- | | typedef enum [PASTEBOARD_ErrCode](_pasteboard.md#pasteboard_errcode) [PASTEBOARD_ErrCode](_pasteboard.md#pasteboard_errcode) | Defines an enum for error codes. | ### Enums | Name| Description| | -------- | -------- | | [PASTEBOARD_ErrCode](_pasteboard.md#pasteboard_errcode) {
[ERR_OK](_pasteboard.md) = 0, [ERR_PERMISSION_ERROR](_pasteboard.md) = 201, [ERR_INVALID_PARAMETER](_pasteboard.md) = 401, [ERR_DEVICE_NOT_SUPPORTED](_pasteboard.md) = 801,
[ERR_INNER_ERROR](_pasteboard.md) = 12900000, [ERR_BUSY](_pasteboard.md) = 12900003
} | Enumerates the error codes. |