Skip to content

Commit e139b0f

Browse files
add error to query error
1 parent 538d758 commit e139b0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/handlers/http/query.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ Description: {0}"#
329329
SerdeJsonError(#[from] serde_json::Error),
330330
#[error("CustomError: {0}")]
331331
CustomError(String),
332+
#[error("No available queriers found")]
333+
NoAvailableQuerier,
332334
}
333335

334336
impl actix_web::ResponseError for QueryError {

0 commit comments

Comments
 (0)