change: update code

This commit is contained in:
lilong.129
2024-10-03 00:06:59 +08:00
parent a4d45bbaa3
commit 0e835be651
2 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ var (
CVResponseError = errors.New("CV parse response error") // 83
CVResultNotFoundError = errors.New("CV result not found") // 84
ContextUnknowError = errors.New("detect context failed") // 85
StateUnknowError = errors.New("detect state failed") // 85
)
// trackings related: [90, 100)
@@ -185,7 +185,7 @@ var errorsMap = map[error]int{
CVServiceConnectionError: 82,
CVResponseError: 83,
CVResultNotFoundError: 84,
ContextUnknowError: 85,
StateUnknowError: 85,
// trackings related
TrackingGetError: 90,