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