From a9902be3cd3d9aa2acbb21dbcde3abb89b0be48e Mon Sep 17 00:00:00 2001 From: arvinxx Date: Fri, 25 Aug 2023 21:06:54 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20fix:=20=E4=BC=98=E5=8C=96=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/error.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/error.ts b/src/error.ts index cfd7def..4f7d59d 100644 --- a/src/error.ts +++ b/src/error.ts @@ -1,14 +1,14 @@ /* eslint-disable sort-keys-fix/sort-keys-fix */ export const PluginErrorType = { // ******* 业务错误语义 ******* // - PluginMarketIndexNotFound: 'pluginMarketIndexNotFound', // 插件市场索引解析失败 - PluginMarketIndexInvalid: 'pluginMarketIndexInvalid', // 插件市场索引无效 + PluginMarketIndexNotFound: 'PluginMarketIndexNotFound', // 插件市场索引解析失败 + PluginMarketIndexInvalid: 'PluginMarketIndexInvalid', // 插件市场索引无效 - PluginMetaNotFound: 'pluginMetaNotFound', // 没有找到插件元数据 - PluginMetaInvalid: 'pluginMetaInvalid', // 插件元数据无效 + PluginMetaNotFound: 'PluginMetaNotFound', // 没有找到插件元数据 + PluginMetaInvalid: 'PluginMetaInvalid', // 插件元数据无效 - PluginManifestNotFound: 'pluginManifestNotFound', // 插件描述文件不存在 - PluginManifestInvalid: 'pluginManifestInvalid', // 插件描述文件不存在 + PluginManifestNotFound: 'PluginManifestNotFound', // 插件描述文件不存在 + PluginManifestInvalid: 'PluginManifestInvalid', // 插件描述文件不存在 // ******* 客户端错误 ******* // BadRequest: 400,