Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mikeee/redteam-qwen-free-api
chokatrue
/
servty
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d122bb3
servty
/
src
/
lib
/
consts
/
exceptions.ts
ffreemt
Update from redteam repo
f25d8c5
10 months ago
raw
Copy download link
history
blame
Safe
232 Bytes
export
default
{
SYSTEM_ERROR
: [-
1000
,
'系统异常'
],
SYSTEM_REQUEST_VALIDATION_ERROR
: [-
1001
,
'请求参数校验错误'
],
SYSTEM_NOT_ROUTE_MATCHING
: [-
1002
,
'无匹配的路由'
]
}
as
Record
<
string
, [
number
,
string
]>