cleanMessageForLog helper moved to helpers.ts to be reused both in debug logging of communication.ts and communication error creation
renamed environment-disconnected-error.ts to communication-errors.ts and implemented inside base communications error class and custom classes for better messaging and potential to sort through errors in error monitoring solutions.
cleanMessageForLog
helper moved tohelpers.ts
to be reused both in debug logging ofcommunication.ts
and communication error creationenvironment-disconnected-error.ts
tocommunication-errors.ts
and implemented inside base communications error class and custom classes for better messaging and potential to sort through errors in error monitoring solutions.