antiope-core-7.5.3: Please see the README on Github at <https://github.com/arbor/antiope#readme>
Antiope.Core.Error
handle404ToNone :: MonadAWS m => m a -> m (Maybe a) Source #
handleServiceError Source #
Arguments
AWS action
Transform successful result
Compensate with the failure. Nothing means that the error is not handled
Nothing
Final result. In case of unhandled errors the exception is re-thrown.