mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 00:25:59 +08:00
errcode
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package apistruct
|
||||
|
||||
type Swagger400Resp struct {
|
||||
ErrCode int32 `json:"errCode" example:"400"`
|
||||
ErrMsg string `json:"errMsg" example:"err msg"`
|
||||
}
|
||||
|
||||
type Swagger500Resp struct {
|
||||
ErrCode int32 `json:"errCode" example:"500"`
|
||||
ErrMsg string `json:"errMsg" example:"err msg"`
|
||||
}
|
||||
Reference in New Issue
Block a user