Hoogle Search
Within LTS Haskell 24.57 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
GoogleAppsScriptTypeWebAppConfig_Access_Anyone :: GoogleAppsScriptTypeWebAppConfig_Accessgogol-script Gogol.Script.Types Any logged in user can access the web app or executable.
pattern
DataExecutionStatus_ErrorCode_TOOMANYCELLS :: DataExecutionStatus_ErrorCodegogol-sheets Gogol.Sheets The data execution returns more cells than the limit.
pattern
DataExecutionStatus_ErrorCode_TOOMANYCHARSPERCELL :: DataExecutionStatus_ErrorCodegogol-sheets Gogol.Sheets The data execution returns values that exceed the maximum characters allowed in a single cell.
pattern
DataExecutionStatus_ErrorCode_TOOMANYCOLUMNS :: DataExecutionStatus_ErrorCodegogol-sheets Gogol.Sheets The data execution returns more columns than the limit.
pattern
DataExecutionStatus_ErrorCode_TOOMANYROWS :: DataExecutionStatus_ErrorCodegogol-sheets Gogol.Sheets The data execution returns more rows than the limit.
pattern
DataExecutionStatus_ErrorCode_TOOMANYCELLS :: DataExecutionStatus_ErrorCodegogol-sheets Gogol.Sheets.Types The data execution returns more cells than the limit.
pattern
DataExecutionStatus_ErrorCode_TOOMANYCHARSPERCELL :: DataExecutionStatus_ErrorCodegogol-sheets Gogol.Sheets.Types The data execution returns values that exceed the maximum characters allowed in a single cell.
pattern
DataExecutionStatus_ErrorCode_TOOMANYCOLUMNS :: DataExecutionStatus_ErrorCodegogol-sheets Gogol.Sheets.Types The data execution returns more columns than the limit.
pattern
DataExecutionStatus_ErrorCode_TOOMANYROWS :: DataExecutionStatus_ErrorCodegogol-sheets Gogol.Sheets.Types The data execution returns more rows than the limit.
data
StorageAnywhereCachesDisable gogol-storage Gogol.Storage Disables an Anywhere Cache instance. See: newStorageAnywhereCachesDisable smart constructor.