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.
-
gogol-storage-transfer Gogol.StorageTransfer.TransferOperations.Resume Creates a value of StorageTransferTransferOperationsResume with the minimum fields required to make a request.
-
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.
ErrorSummary :: Maybe ErrorSummary_ErrorCode -> Maybe Int64 -> Maybe [ErrorLogEntry] -> ErrorSummarygogol-storage-transfer Gogol.StorageTransfer.Types No documentation available.
newtype
ErrorSummary_ErrorCode gogol-storage-transfer Gogol.StorageTransfer.Types Required.
ErrorSummary_ErrorCode :: Text -> ErrorSummary_ErrorCodegogol-storage-transfer Gogol.StorageTransfer.Types No documentation available.
pattern
ErrorSummary_ErrorCode_ALREADYEXISTS :: ErrorSummary_ErrorCodegogol-storage-transfer Gogol.StorageTransfer.Types The entity that a client attempted to create (e.g., file or directory) already exists. HTTP Mapping: 409 Conflict
pattern
ErrorSummary_ErrorCode_Aborted :: ErrorSummary_ErrorCodegogol-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
pattern
ErrorSummary_ErrorCode_Cancelled :: ErrorSummary_ErrorCodegogol-storage-transfer Gogol.StorageTransfer.Types The operation was cancelled, typically by the caller. HTTP Mapping: 499 Client Closed Request
pattern
ErrorSummary_ErrorCode_DATALOSS :: ErrorSummary_ErrorCodegogol-storage-transfer Gogol.StorageTransfer.Types Unrecoverable data loss or corruption. HTTP Mapping: 500 Internal Server Error
pattern
ErrorSummary_ErrorCode_DEADLINEEXCEEDED :: ErrorSummary_ErrorCodegogol-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