fix(connector): Add attempt_status in field in error_response (#2794)

This commit is contained in:
chikke srujan
2023-11-08 15:44:51 +05:30
committed by GitHub
parent 6678689265
commit 5642fef52a
70 changed files with 140 additions and 15 deletions

View File

@ -401,6 +401,7 @@ pub fn handle_json_response_deserialization_failure(
code: consts::NO_ERROR_CODE.to_string(),
message: consts::UNSUPPORTED_ERROR_MESSAGE.to_string(),
reason: Some(response_data),
attempt_status: None,
})
}
}