You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ContentType::Text => returnErr(Error::from(serde_json::Error::custom("Received `text/plain` content type response that cannot be converted to `models::BillingHistoryResponseModel`"))),
110
-
ContentType::Unsupported(local_var_unknown_type) => returnErr(Error::from(serde_json::Error::custom(format!("Received `{local_var_unknown_type}` content type response that cannot be converted to `models::BillingHistoryResponseModel`")))),
109
+
ContentType::Text => {
110
+
returnErr(Error::from(serde_json::Error::custom(
111
+
"Received `text/plain` content type response that cannot be converted to `models::BillingHistoryResponseModel`",
ContentType::Text => returnErr(Error::from(serde_json::Error::custom("Received `text/plain` content type response that cannot be converted to `models::BillingPaymentResponseModel`"))),
214
-
ContentType::Unsupported(local_var_unknown_type) => returnErr(Error::from(serde_json::Error::custom(format!("Received `{local_var_unknown_type}` content type response that cannot be converted to `models::BillingPaymentResponseModel`")))),
221
+
ContentType::Text => {
222
+
returnErr(Error::from(serde_json::Error::custom(
223
+
"Received `text/plain` content type response that cannot be converted to `models::BillingPaymentResponseModel`",
ContentType::Text => returnErr(Error::from(serde_json::Error::custom("Received `text/plain` content type response that cannot be converted to `models::AuthRequestResponseModel`"))),
126
-
ContentType::Unsupported(local_var_unknown_type) => returnErr(Error::from(serde_json::Error::custom(format!("Received `{local_var_unknown_type}` content type response that cannot be converted to `models::AuthRequestResponseModel`")))),
125
+
ContentType::Text => {
126
+
returnErr(Error::from(serde_json::Error::custom(
127
+
"Received `text/plain` content type response that cannot be converted to `models::AuthRequestResponseModel`",
ContentType::Text => returnErr(Error::from(serde_json::Error::custom("Received `text/plain` content type response that cannot be converted to `models::AuthRequestResponseModelListResponseModel`"))),
174
-
ContentType::Unsupported(local_var_unknown_type) => returnErr(Error::from(serde_json::Error::custom(format!("Received `{local_var_unknown_type}` content type response that cannot be converted to `models::AuthRequestResponseModelListResponseModel`")))),
181
+
ContentType::Text => {
182
+
returnErr(Error::from(serde_json::Error::custom(
183
+
"Received `text/plain` content type response that cannot be converted to `models::AuthRequestResponseModelListResponseModel`",
ContentType::Text => returnErr(Error::from(serde_json::Error::custom("Received `text/plain` content type response that cannot be converted to `models::PendingAuthRequestResponseModelListResponseModel`"))),
229
-
ContentType::Unsupported(local_var_unknown_type) => returnErr(Error::from(serde_json::Error::custom(format!("Received `{local_var_unknown_type}` content type response that cannot be converted to `models::PendingAuthRequestResponseModelListResponseModel`")))),
244
+
ContentType::Text => {
245
+
returnErr(Error::from(serde_json::Error::custom(
246
+
"Received `text/plain` content type response that cannot be converted to `models::PendingAuthRequestResponseModelListResponseModel`",
ContentType::Text => returnErr(Error::from(serde_json::Error::custom("Received `text/plain` content type response that cannot be converted to `models::AuthRequestResponseModel`"))),
288
-
ContentType::Unsupported(local_var_unknown_type) => returnErr(Error::from(serde_json::Error::custom(format!("Received `{local_var_unknown_type}` content type response that cannot be converted to `models::AuthRequestResponseModel`")))),
311
+
ContentType::Text => {
312
+
returnErr(Error::from(serde_json::Error::custom(
313
+
"Received `text/plain` content type response that cannot be converted to `models::AuthRequestResponseModel`",
ContentType::Text => returnErr(Error::from(serde_json::Error::custom("Received `text/plain` content type response that cannot be converted to `models::AuthRequestResponseModel`"))),
339
-
ContentType::Unsupported(local_var_unknown_type) => returnErr(Error::from(serde_json::Error::custom(format!("Received `{local_var_unknown_type}` content type response that cannot be converted to `models::AuthRequestResponseModel`")))),
370
+
ContentType::Text => {
371
+
returnErr(Error::from(serde_json::Error::custom(
372
+
"Received `text/plain` content type response that cannot be converted to `models::AuthRequestResponseModel`",
ContentType::Text => returnErr(Error::from(serde_json::Error::custom("Received `text/plain` content type response that cannot be converted to `models::AuthRequestResponseModel`"))),
392
-
ContentType::Unsupported(local_var_unknown_type) => returnErr(Error::from(serde_json::Error::custom(format!("Received `{local_var_unknown_type}` content type response that cannot be converted to `models::AuthRequestResponseModel`")))),
431
+
ContentType::Text => {
432
+
returnErr(Error::from(serde_json::Error::custom(
433
+
"Received `text/plain` content type response that cannot be converted to `models::AuthRequestResponseModel`",
ContentType::Text => returnErr(Error::from(serde_json::Error::custom("Received `text/plain` content type response that cannot be converted to `models::AuthRequestResponseModel`"))),
448
-
ContentType::Unsupported(local_var_unknown_type) => returnErr(Error::from(serde_json::Error::custom(format!("Received `{local_var_unknown_type}` content type response that cannot be converted to `models::AuthRequestResponseModel`")))),
495
+
ContentType::Text => {
496
+
returnErr(Error::from(serde_json::Error::custom(
497
+
"Received `text/plain` content type response that cannot be converted to `models::AuthRequestResponseModel`",
0 commit comments