132
File failed to copy due to reason: Success
(sh.itjust.works)
Post funny things about programming here! (Or just rant about your favourite programming language.)
In C/C++, it's very common for a function to return an integer corresponding to any errors that occured within the function, including a "success" error code, because it has to return something, otherwise it's undefined.
I'm not sure that's what happened here but that's why "successful" errors are a thing. Somewhere it got misinterpreted maybe.