Open
Description
Is your feature request related to a problem? Please describe.
When BatchOpenChannel fails, it returns an unstructured error string. This makes it difficult to detect which peer caused the failure. One could try parsing the string, but there is no standard format.
Describe the solution you'd like
It would be useful if BatchOpenChannel returned a structure describing which peers failed exactly.
Describe alternatives you've considered
Additional context