mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +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
|
InvalidEnvironmentVariableOptionsError
|
||||||
| InvalidDatabaseConnectionParamsError
|
| InvalidDatabaseConnectionParamsError
|
||||||
| AuthConfigurationError
|
| AuthConfigurationError
|
||||||
| EventSubSystemError
|
|
||||||
| DatabaseMigrationError
|
| DatabaseMigrationError
|
||||||
| -- | used by MT because it initialises the schema cache only
|
| -- | used by MT because it initialises the schema cache only
|
||||||
-- these are used in app/Main.hs:
|
-- these are used in app/Main.hs:
|
||||||
SchemaCacheInitError
|
SchemaCacheInitError
|
||||||
| MetadataExportError
|
| MetadataExportError
|
||||||
| MetadataCleanError
|
| MetadataCleanError
|
||||||
| ExecuteProcessError
|
|
||||||
| DowngradeProcessError
|
| DowngradeProcessError
|
||||||
deriving (Show)
|
deriving (Show)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user