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 0f5e013 commit 025bedfCopy full SHA for 025bedf
tmc-langs-core/src/response.rs
@@ -45,7 +45,7 @@ pub struct ResponseErrors {
45
46
/// Represents an error response from tmc-server
47
#[derive(Debug, Error, Deserialize)]
48
-#[error("Response contained an error: {error:#?}")]
+#[error("Response contained an error: {error:#?}. Obsolete client: {}", obsolete_client.unwrap_or_default())]
49
#[serde(deny_unknown_fields)] // prevents responses with an error field from being parsed as an error
50
pub struct ResponseError {
51
pub error: String,
0 commit comments