this post was submitted on 15 Jan 2025
128 points (98.5% liked)

Programmer Humor

33090 readers
343 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

The real reason was a boring one and seemingly unrelated to that file. I just ran out of disk space. Still though, that’s not exactly a helpful error is it

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 2 weeks ago (1 children)

Funny tangent. I remember windows HRESULTS containing E_SUCCESS (error success) and something along the lines of S_FAILURE (success failure) I'm a little fuzzy on that second one though, so someone else can correct me if I have the wrong name for it.

[–] [email protected] 5 points 2 weeks ago* (last edited 2 weeks ago)

Maybe they're for when you're trying to cancel a request or kill a task? 😅