Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. newStorageTransferTransferOperationsResume :: Text -> ResumeTransferOperationRequest -> StorageTransferTransferOperationsResume

    gogol-storage-transfer Gogol.StorageTransfer.TransferOperations.Resume

    Creates a value of StorageTransferTransferOperationsResume with the minimum fields required to make a request.

  2. data ErrorSummary

    gogol-storage-transfer Gogol.StorageTransfer.Types

    A summary of errors by error code, plus a count and sample error log entries. See: newErrorSummary smart constructor.

  3. ErrorSummary :: Maybe ErrorSummary_ErrorCode -> Maybe Int64 -> Maybe [ErrorLogEntry] -> ErrorSummary

    gogol-storage-transfer Gogol.StorageTransfer.Types

    No documentation available.

  4. newtype ErrorSummary_ErrorCode

    gogol-storage-transfer Gogol.StorageTransfer.Types

    Required.

  5. ErrorSummary_ErrorCode :: Text -> ErrorSummary_ErrorCode

    gogol-storage-transfer Gogol.StorageTransfer.Types

    No documentation available.

  6. pattern ErrorSummary_ErrorCode_ALREADYEXISTS :: ErrorSummary_ErrorCode

    gogol-storage-transfer Gogol.StorageTransfer.Types

    The entity that a client attempted to create (e.g., file or directory) already exists. HTTP Mapping: 409 Conflict

  7. pattern ErrorSummary_ErrorCode_Aborted :: ErrorSummary_ErrorCode

    gogol-storage-transfer Gogol.StorageTransfer.Types

    The operation was aborted, typically due to a concurrency issue such as a sequencer check failure or transaction abort. See the guidelines above for deciding between FAILED_PRECONDITION, ABORTED, and UNAVAILABLE. HTTP Mapping: 409 Conflict

  8. pattern ErrorSummary_ErrorCode_Cancelled :: ErrorSummary_ErrorCode

    gogol-storage-transfer Gogol.StorageTransfer.Types

    The operation was cancelled, typically by the caller. HTTP Mapping: 499 Client Closed Request

  9. pattern ErrorSummary_ErrorCode_DATALOSS :: ErrorSummary_ErrorCode

    gogol-storage-transfer Gogol.StorageTransfer.Types

    Unrecoverable data loss or corruption. HTTP Mapping: 500 Internal Server Error

  10. pattern ErrorSummary_ErrorCode_DEADLINEEXCEEDED :: ErrorSummary_ErrorCode

    gogol-storage-transfer Gogol.StorageTransfer.Types

    The deadline expired before the operation could complete. For operations that change the state of the system, this error may be returned even if the operation has completed successfully. For example, a successful response from a server could have been delayed long enough for the deadline to expire. HTTP Mapping: 504 Gateway Timeout

Page 342 of many | Previous | Next