https://bugs.documentfoundation.org/show_bug.cgi?id=148275
--- Comment #4 from Stephan Bergmann <[email protected]> --- (In reply to Mike Kaganski from comment #3) > Stephan, do you know if that's feasible? IIRC, we can return rather > arbitrary stuff coming from some external APIs, so can we declare some > private error codes range, and make it public API? I don't understand the above. Why not keep things simple and if any --convert-to operation fails call std::exit with EXIT_FAILURE rather than EXIT_SUCCESS. -- You are receiving this mail because: You are the assignee for the bug.
