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 24b8203 commit 06ff94eCopy full SHA for 06ff94e
tmc-langs-core/src/response.rs
@@ -49,6 +49,7 @@ pub struct ResponseErrors {
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,
52
+ pub obsolete_client: Option<bool>,
53
}
54
55
/// OAuth2 credentials
0 commit comments