We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa1bf8 commit 801bcf3Copy full SHA for 801bcf3
1 file changed
crates/common/src/data_converters/failure_converter.rs
@@ -415,6 +415,7 @@ fn encode_outgoing_activity_error(
415
details: details
416
.map(|details| details.encode(payload_converter, context))
417
.transpose()?,
418
+ identity: Default::default(),
419
})),
420
..Default::default()
421
},
@@ -1269,6 +1270,7 @@ mod tests {
1269
1270
message: "cancelled".to_owned(),
1271
failure_info: Some(FailureInfo::CanceledFailureInfo(CanceledFailureInfo {
1272
details: Some(details.clone()),
1273
1274
1275
1276
};
0 commit comments