Home > @ubt/ucode-error-code > UCodeCommonErrorCode
# UCodeCommonErrorCode enum
UCode 通用 错误码, 10 开头, 总共 5位
Signature:
export declare enum UCodeCommonErrorCode
# Enumeration Members
| Member | Value | Description |
|---|---|---|
| PERMISSION_DENIED | "10003" | 权限被拒绝 |
| TIMEOUT | "10001" | 超时 |
| UCODELINK_REQUEST_CONNECTION | "10004" | 需要 uCodelink 连接 |
| UNKNOWN_ERROR | "10005" | 未知错误 |
| USER_CANCEL | "10002" | 用户取消 |