mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-06 16:07:45 +08:00
change: update code
This commit is contained in:
+2
-2
@@ -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 @@
|
|||||||
v5.0.0-beta-2410012118
|
v5.0.0-beta-2410030007
|
||||||
|
|||||||
Reference in New Issue
Block a user