clawoflight/aursec

aursec-chain: proper error handling

clawoflight opened this issue · 2 comments

Because of the complexity of the involved processes, it would be very helpful to handle some errors explicitly and give descriptive error messages:

  • check exit statuses of critical commands
  • parse the json response where applicable

improved by 3d7664a
parsing json response will not be possible with the current traps

Done by 47f39c1