diff --git a/src/Tgstation.Server.Api/Models/ErrorCode.cs b/src/Tgstation.Server.Api/Models/ErrorCode.cs index 585bd0b137..8b607e9ba3 100644 --- a/src/Tgstation.Server.Api/Models/ErrorCode.cs +++ b/src/Tgstation.Server.Api/Models/ErrorCode.cs @@ -178,11 +178,10 @@ namespace Tgstation.Server.Api.Models ConfigurationDirectoryNotEmpty, /// - /// Currently unused. + /// The server swarm has less than the expected amount of nodes. /// - [Obsolete("Unused", true)] - [Description("Unknown error code.")] - UnusedErrorCode1, + [Description("The server swarm has less than the expected amount of nodes!")] + SwarmIntegrityCheckFailed, /// /// One of and is set while the other isn't. @@ -629,11 +628,5 @@ namespace Tgstation.Server.Api.Models /// [Description("The deployment took longer than the configured timeout!")] DeploymentTimeout, - - /// - /// The server swarm has less than the expected amount of nodes. - /// - [Description("The server swarm has less than the expected amount of nodes!")] - SwarmIntegrityCheckFailed, } }