mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
server: remove redundant ExitCodes
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8280 GitOrigin-RevId: 20142da0dc8059d31442b41f2deb02c176dd395c
This commit is contained in:
parent
0c3244c2c0
commit
14f177862d
@ -174,14 +174,12 @@ data ExitCode
|
||||
InvalidEnvironmentVariableOptionsError
|
||||
| InvalidDatabaseConnectionParamsError
|
||||
| AuthConfigurationError
|
||||
| EventSubSystemError
|
||||
| DatabaseMigrationError
|
||||
| -- | used by MT because it initialises the schema cache only
|
||||
-- these are used in app/Main.hs:
|
||||
SchemaCacheInitError
|
||||
| MetadataExportError
|
||||
| MetadataCleanError
|
||||
| ExecuteProcessError
|
||||
| DowngradeProcessError
|
||||
deriving (Show)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user