-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle QueryError
s in client
#2105
Labels
Comments
0x009922
added
Enhancement
New feature or request
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
labels
Apr 15, 2022
The followings will be resolved together:
Addressed in #2281 |
0x009922
added a commit
to 0x009922/iroha
that referenced
this issue
Apr 28, 2022
Signed-off-by: 0x009922 <[email protected]>
appetrosyan
pushed a commit
that referenced
this issue
May 6, 2022
Signed-off-by: 0x009922 <[email protected]>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…rledger-iroha#2160) Signed-off-by: 0x009922 <[email protected]>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…rledger-iroha#2160) Signed-off-by: 0x009922 <[email protected]>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…rledger-iroha#2160) Signed-off-by: 0x009922 <[email protected]>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…rledger-iroha#2160) Signed-off-by: 0x009922 <[email protected]>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…rledger-iroha#2160) Signed-off-by: 0x009922 <[email protected]>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…rledger-iroha#2160) Signed-off-by: 0x009922 <[email protected]>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…rledger-iroha#2160) Signed-off-by: 0x009922 <[email protected]>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…rledger-iroha#2160) Signed-off-by: 0x009922 <[email protected]>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…rledger-iroha#2160) Signed-off-by: 0x009922 <[email protected]>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…rledger-iroha#2160) Signed-off-by: 0x009922 <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
May 13, 2022
…rledger-iroha#2160) Signed-off-by: 0x009922 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The Problem
If you go to api_spec.md#query, you may found the following table:
Currently,
iroha_client
does handle only 200 response, and just throws an untyped error in case when status code is not 200.The Request
Handle 400-404 status codes too and return result with
QueryError
when it is possible:The text was updated successfully, but these errors were encountered: