mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user