Skip to content

Commit

Permalink
IWF-511: Fixing ticket #
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel27m committed Feb 11, 2025
1 parent 1de81be commit 741909e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/client/cadence/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (t *cadenceClient) GetApplicationErrorDetails(err error, detailsPtr interfa

func (t *cadenceClient) GetApplicationErrorTypeAndDetails(err error) (string, string) {
errType := t.GetApplicationErrorTypeIfIsApplicationError(err)
// TODO: Error Details will be added under IWF-511
// TODO: Error Details will be added under IWF-567
return errType, ""
}

Expand Down
2 changes: 1 addition & 1 deletion service/client/temporal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (t *temporalClient) GetApplicationErrorDetails(err error, detailsPtr interf

func (t *temporalClient) GetApplicationErrorTypeAndDetails(err error) (string, string) {
errType := t.GetApplicationErrorTypeIfIsApplicationError(err)
// TODO: Error Details will be added under IWF-511
// TODO: Error Details will be added under IWF-567
return errType, ""
}

Expand Down

0 comments on commit 741909e

Please sign in to comment.