Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. tokenRetryAfter :: Token

    http2 Network.HPACK.Token

    No documentation available.

  2. logstashQueueRetryPolicy :: LogstashQueueCfg ctx -> RetryPolicyM IO

    logstash Logstash

    The retry policy.

  3. ExportFailedNotRetryable :: ExportResult

    opentelemetry-extra OpenTelemetry.Common

    No documentation available.

  4. ExportFailedRetryable :: ExportResult

    opentelemetry-extra OpenTelemetry.Common

    No documentation available.

  5. SleepAndRetryOnEOF :: WatDoOnEOF

    opentelemetry-extra OpenTelemetry.EventlogStreaming_Internal

    No documentation available.

  6. 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.

  7. shouldRetry :: DdbErrCode -> Bool

    aws Aws.DynamoDb.Core

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

  8. UA_RetryOnConflict :: Int -> UpsertActionMetadata

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  9. UA_RetryOnConflict :: Int -> UpsertActionMetadata

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  10. 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.

Page 26 of many | Previous | Next