Skip to content

Commit 7aabf25

Browse files
authored
Prefix some errors with rule identifiers (#674)
1 parent 117cdf2 commit 7aabf25

File tree

1 file changed

+1
-1
lines changed
  • core/src/worker/workflow

1 file changed

+1
-1
lines changed

core/src/worker/workflow/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ impl From<OutgoingJob> for WorkflowActivationJob {
13311331
/// Errors thrown inside of workflow machines
13321332
#[derive(thiserror::Error, Debug)]
13331333
pub(crate) enum WFMachinesError {
1334-
#[error("Nondeterminism error: {0}")]
1334+
#[error("[TMPRL1100] Nondeterminism error: {0}")]
13351335
Nondeterminism(String),
13361336
#[error("Fatal error in workflow machines: {0}")]
13371337
Fatal(String),

0 commit comments

Comments
 (0)