module Model.ServerExceptions where
import Control.Exception
data QueryException = SyntaxException |
VariableException |
ParseFragmentException |
EmptyQueryException |
InvalidObjectException |
InvalidScalarException |
InvalidObjectNestedObjectFieldException |
InvalidObjectScalarFieldException |
InvalidObjectSubFieldException |
InvalidAttributeTransformation |
NullArgumentException |
CreatingSqlQueryObjectFieldsException |
CreatingSqlQueryObjectsException |
TooManyTablesException |
EmptyRowException |
EOFDataProcessingException |
InvalidArgumentException |
Foundlinebreakexception |
RelationshipConfigurationException
deriving Show
instance Exception QueryException