Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data RelationalError Source #
Instances
data PersistenceError Source #
InvalidDirectoryError FilePath | |
MissingTransactionError TransactionId | |
WrongDatabaseFormatVersionError String String |
Instances
someErrors :: [RelationalError] -> RelationalError Source #
data MergeError Source #
Instances
data ScriptCompilationError Source #
TypeCheckCompilationError String String | |
SyntaxErrorCompilationError String | |
ScriptCompilationDisabledError | |
OtherScriptCompilationError String |
Instances
data SchemaError Source #
RelVarReferencesMissing (Set RelVarName) | |
RelVarInReferencedMoreThanOnce RelVarName | |
RelVarOutReferencedMoreThanOnce RelVarName |
Instances
data ServerError Source #
Instances
Eq ServerError Source # | |
Defined in ProjectM36.Error (==) :: ServerError -> ServerError -> Bool # (/=) :: ServerError -> ServerError -> Bool # | |
Generic ServerError Source # | |
Defined in ProjectM36.Error type Rep ServerError :: * -> * # from :: ServerError -> Rep ServerError x # to :: Rep ServerError x -> ServerError # | |
Binary ServerError Source # | |
Defined in ProjectM36.Error | |
type Rep ServerError Source # | |
Defined in ProjectM36.Error type Rep ServerError = D1 (MetaData "ServerError" "ProjectM36.Error" "project-m36-0.5.1-38P1EVgZYrJ9HDkvLyCm0" False) (C1 (MetaCons "RequestTimeoutError" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "ProcessDiedError" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String))) |