You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response enum can contain Response::Error.
Sometimes we would like to make sure that
some response is not an error response.
NonErrorResponse is an enum which has
all variants of Response except for Error.
NonErrorQueryResponse is like QueryRespose
where the response field is a NonErrorResponse
instead of Response.
Signed-off-by: Jan Ciolek <[email protected]>
0 commit comments