sfmc-devtools icon indicating copy to clipboard operation
sfmc-devtools copied to clipboard

[TASK] need to stop putting random try/catches in

Open JoernBerkefeld opened this issue 2 years ago • 0 comments

need to stop putting random try/catches in because it makes it incredibly inconsistent. This should be part of the error discussion, for example, three levels

  1. Complete fail (stop)
  2. Metadata fail (retry whole metadata or end metadata)
  3. Item fail (retry one item or end/skip item) Then we just throw errors consistently here

Originally posted by @DougMidgley in https://github.com/Accenture/sfmc-devtools/pull/165#r782565169

JoernBerkefeld avatar Jan 12 '22 09:01 JoernBerkefeld