Expose some const value and type (#1186)

* change const value visable

* Add docs

* Update docs

* Update docs 2

* Fix ci

* Fix spell check
This commit is contained in:
bear
2021-11-02 20:44:04 +08:00
committed by Bastian Köcher
parent 1ef41a59be
commit 48121604cd
2 changed files with 28 additions and 17 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ pub enum Error {
/// Failed to parse the response from HTTP service.
#[error("Failed to parse HTTP service response: {0:?}. Response: {1:?}")]
ParseHttp(serde_json::Error, String),
/// Failed to select response value from the JSON response.
/// Failed to select response value from the Json response.
#[error("Failed to select value from response: {0:?}. Response: {1:?}")]
SelectResponseValue(jsonpath_lib::JsonPathError, String),
/// Failed to parse float value from the selected value.