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 05480e3 commit 00f6092Copy full SHA for 00f6092
src/core/action.ts
@@ -83,7 +83,7 @@ export class Action<T> extends ScheduledTrigger<T> implements Read<T> {
83
} else if (this.action instanceof FederatePortAction) {
84
if (intendedTag === undefined) {
85
throw new Error(
86
- "Logical FederatedPortAction must have an intended tag from RTI."
+ "No intended tag given while attempting to schedule an event coming from another federate."
87
);
88
}
89
if (
0 commit comments