I have a JSON like this: they are errors I need to print the error what happened error1, or error2 or error3 and so on
errors = {deployer: ['error1'],
 discard: ['error2'],
 worker: ['error3']
...}
sometimes they are only deployer or only discard or only worker or all or two of them, but I don't know what kind of error is going to happen.
 
     
     
    