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
+2 -2
View File
@@ -97,7 +97,7 @@ var (
CVResponseError = errors.New("CV parse response error") // 83 CVResponseError = errors.New("CV parse response error") // 83
CVResultNotFoundError = errors.New("CV result not found") // 84 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) // trackings related: [90, 100)
@@ -185,7 +185,7 @@ var errorsMap = map[error]int{
CVServiceConnectionError: 82, CVServiceConnectionError: 82,
CVResponseError: 83, CVResponseError: 83,
CVResultNotFoundError: 84, CVResultNotFoundError: 84,
ContextUnknowError: 85, StateUnknowError: 85,
// trackings related // trackings related
TrackingGetError: 90, TrackingGetError: 90,
+1 -1
View File
@@ -1 +1 @@
v5.0.0-beta-2410012118 v5.0.0-beta-2410030007