Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. logstashQueueRetryPolicy :: LogstashQueueCfg ctx -> RetryPolicyM IO

    logstash Logstash

    The retry policy.

  2. ExportFailedNotRetryable :: ExportResult

    opentelemetry-extra OpenTelemetry.Common

    No documentation available.

  3. ExportFailedRetryable :: ExportResult

    opentelemetry-extra OpenTelemetry.Common

    No documentation available.

  4. SleepAndRetryOnEOF :: WatDoOnEOF

    opentelemetry-extra OpenTelemetry.EventlogStreaming_Internal

    No documentation available.

  5. tryWaitRetryLoop :: Socket f t p -> (Socket f t p -> Int -> IO ()) -> (Fd -> Ptr CInt -> IO CInt) -> IO CInt

    socket System.Socket.Unsafe

    No documentation available.

  6. shouldRetry :: DdbErrCode -> Bool

    aws Aws.DynamoDb.Core

    Whether the action should be retried based on the received error.

  7. UA_RetryOnConflict :: Int -> UpsertActionMetadata

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  8. UA_RetryOnConflict :: Int -> UpsertActionMetadata

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  9. defRetryHandlers :: forall (m :: Type -> Type) . Monad m => [RetryStatus -> Handler m Bool]

    cql-io Database.CQL.IO

    The default retry handlers permit a retry for the following errors:

    • A HostError, since it always occurs before a query has been sent to the server.
    • A ConnectionError that is a ConnectTimeout, since it always occurs before a query has been sent to the server.
    • A ResponseError that is one of the following:
      • Unavailable, since that is an error response from a coordinator before the query is actually executed.
      • A ReadTimeout that indicates that the required consistency level could be achieved but the data was unfortunately chosen by the coordinator to be returned from a replica that turned out to be unavailable. A retry has a good chance of getting the data from one of the other replicas.
      • A WriteTimeout for a write to the batch log failed. The batch log is written prior to execution of the statements of the batch and hence these errors are safe to retry.

  10. defRetryPolicy :: RetryPolicy

    cql-io Database.CQL.IO

    The default retry policy permits a single, immediate retry.

Page 26 of many | Previous | Next