Go: align with EE (#17882)

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-08-05 18:31:44 +08:00
committed by GitHub
parent eb9b621061
commit d2303cc46b
4 changed files with 76 additions and 15 deletions

View File

@@ -43,6 +43,7 @@ const (
CodeLicenseTimeRollback ErrorCode = 324
CodeLicenseNotFound ErrorCode = 325
CodeLicenseUnexpectedError ErrorCode = 326
CodeLicenseNotValidYet ErrorCode = 327
CodeBadRequest ErrorCode = 400
CodeUnauthorized ErrorCode = 401
CodeForbidden ErrorCode = 403