Skip to content

Commit 06ff94e

Browse files
committed
added obsolete_client to core response error
1 parent 24b8203 commit 06ff94e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tmc-langs-core/src/response.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pub struct ResponseErrors {
4949
#[serde(deny_unknown_fields)] // prevents responses with an error field from being parsed as an error
5050
pub struct ResponseError {
5151
pub error: String,
52+
pub obsolete_client: Option<bool>,
5253
}
5354

5455
/// OAuth2 credentials

0 commit comments

Comments
 (0)