You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseBlacksmith::Error,"Error uploading #{name} to the forge #{url} [#{e.message}]: #{e.response}"
72
+
73
+
raiseBlacksmith::Error,"Error uploading #{name} to the forge #{target_url} [#{response.code}#{response.message}]: #{response.body}"unlessresponse.is_a?(Net::HTTPSuccess)
74
+
rescueNet::HTTPClientException=>e
75
+
raiseBlacksmith::Error,"Error uploading #{name} to the forge #{target_url} [#{e.response.code}#{e.response.message}]: #{e.response.body}"
76
+
rescueNet::HTTPFatalError=>e
77
+
raiseBlacksmith::Error,"HTTP error during upload: #{e.message}"
78
+
rescueStandardError=>e
79
+
raiseBlacksmith::Error,"Error uploading #{name} to the forge #{target_url} [#{e.class}#{e.message}]"
0 commit comments