| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
ProjectM36.Error
Documentation
data RelationalError Source #
Constructors
Instances
data PersistenceError Source #
Constructors
| InvalidDirectoryError FilePath | |
| MissingTransactionError TransactionId | |
| WrongDatabaseFormatVersionError String String |
Instances
someErrors :: [RelationalError] -> RelationalError Source #
data MergeError Source #
Constructors
Instances
data ScriptCompilationError Source #
Constructors
| TypeCheckCompilationError String String | |
| SyntaxErrorCompilationError String | |
| ScriptCompilationDisabledError | |
| OtherScriptCompilationError String |
Instances
data SchemaError Source #
Constructors
| RelVarReferencesMissing (Set RelVarName) | |
| RelVarInReferencedMoreThanOnce RelVarName | |
| RelVarOutReferencedMoreThanOnce RelVarName |
Instances
data ImportError' Source #
Constructors
| InvalidSHA256Error Text | |
| SHA256MismatchError Text Text | |
| InvalidFileURIError Text | |
| ImportFileDecodeError Text | |
| ImportFileError Text | |
| ImportDownloadError Text |