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.
1 parent f22523b commit 0cea13bCopy full SHA for 0cea13b
packages/cubejs-backend-native/src/gateway/http_error.rs
@@ -38,7 +38,7 @@ impl HttpError {
38
}
39
40
/// CubeError may contain unsafe error message, when it's internal error
41
- /// More ever, we cannot map this error to HTTP status code
+ /// We cannot map this error to HTTP status code, that's why we pass it as argument
42
pub fn from_user_with_status_code(error: CubeError, code: HttpErrorCode) -> Self {
43
Self {
44
code: match error.cause {
0 commit comments