We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InternalServerError
1 parent 5f792f6 commit af605aeCopy full SHA for af605ae
rust/server/src/vss_service.rs
@@ -162,7 +162,7 @@ fn build_error_response(e: VssError) -> Response<Full<Bytes>> {
162
};
163
(status, error)
164
},
165
- _ => {
+ VssError::InternalServerError(_) => {
166
let status = StatusCode::INTERNAL_SERVER_ERROR;
167
let error = ErrorResponse {
168
error_code: ErrorCode::InternalServerException.into(),
0 commit comments