This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will block this actor and hide all of their past and future posts. Are you certain you want to block this actor?
This action will block this object. Are you certain you want to block this object?
what's the union of all errors that a call like HTTP::Client.get(...)
(in Crystal) might raise?
i typically rescue IO::Error
(which gets hostname lookup and socket connection problems), OpenSSL::Error
(which gets a few edge-case problems with SSL configuration on the other end), Compress::Deflate::Error
and Compress::Gzip::Error
(which gets a few even more edge-case configuration problems on the other end), and URI::Error
.
what am i missing?