# 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| | -------- | -------- | | [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, [ERR_PASTEBOARD_COPY_FILE_ERROR](_pasteboard.md) = 12900007, [ERR_PASTEBOARD_PROGRESS_START_ERROR](_pasteboard.md) = 12900008, [ERR_PASTEBOARD_PROGRESS_ABNORMAL](_pasteboard.md) = 12900009, [ERR_PASTEBOARD_GET_DATA_FAILED](_pasteboard.md) = 12900010
} | Enumerates the error codes. |