Skip to content

Commit

Permalink
Prefix some errors with rule identifiers (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz authored Feb 1, 2024
1 parent 117cdf2 commit 7aabf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/worker/workflow/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ impl From<OutgoingJob> for WorkflowActivationJob {
/// Errors thrown inside of workflow machines
#[derive(thiserror::Error, Debug)]
pub(crate) enum WFMachinesError {
#[error("Nondeterminism error: {0}")]
#[error("[TMPRL1100] Nondeterminism error: {0}")]
Nondeterminism(String),
#[error("Fatal error in workflow machines: {0}")]
Fatal(String),
Expand Down

0 comments on commit 7aabf25

Please sign in to comment.