Return error code if server fails to start

This commit is contained in:
Pijus Kamandulis
2025-02-03 22:58:45 +02:00
parent da1566875b
commit 887d456ad4
4 changed files with 32 additions and 18 deletions

View File

@@ -25,6 +25,7 @@ const (
ResponseFailedToParseRequest = 103
ResponseServerInstanceAlreadyExists = 104
ResponseServerInstanceNotFound = 105
ResponseFailedToStartServer = 106
ResponseRepositoryNotFound = 200
ResponseRepositoryConflict = 201