moov-io / achgateway

Payment gateway enabling automated ACH operations in a distributed and fault tolerant way.
https://moov-io.github.io/achgateway/
Apache License 2.0
54 stars 19 forks source link

Correcting Error Messaging on Publish #175

Closed jrnt30 closed 1 year ago

jrnt30 commented 1 year ago

Changes

When an error occurs while attemping to send a message to a processor the error message is currently unclear due to an interpolation issue.

error with odfi periodic processing: ERROR: processing files: processDir /storage/download3767115277/FromACHTH/ACHFiles: problem alerting on error: **%!w(<nil>)

Why Are Changes Being Made

Error message currently is not accurately rendering due to alertErr being nil.

adamdecaf commented 1 year ago

Thanks!