Skip to content

Commit

Permalink
Revert ":recycle: feat: 新增错误类型"
Browse files Browse the repository at this point in the history
This reverts commit fb6deb1.
  • Loading branch information
arvinxx committed Aug 25, 2023
1 parent fb6deb1 commit 3c5f4ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export enum ErrorType {

PluginManifestNotFound = 'pluginManifestNotFound', // 插件描述文件不存在
PluginManifestInvalid = 'pluginManifestInvalid', // 插件描述文件不存在
// 密码无效
InvalidAccessCode = 'InvalidAccessCode',
// OpenAI 返回的业务错误
OpenAIBizError = 'OpenAIBizError',

// ******* 客户端错误 ******* //
BadRequest = 400,
Expand Down

0 comments on commit 3c5f4ce

Please sign in to comment.