mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Deprecate error code 54
This commit is contained in:
@@ -339,6 +339,7 @@ namespace Tgstation.Server.Api.Models
|
||||
/// DMAPI validation timeout.
|
||||
/// </summary>
|
||||
[Description("The DreamDaemon startup timeout was hit before the DMAPI validated!")]
|
||||
[Obsolete("Deprecated in favor of error code 52", true)]
|
||||
DreamMakerValidationTimeout,
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -231,7 +231,7 @@ namespace Tgstation.Server.Host.Components.Deployment
|
||||
if (!controller.Lifetime.IsCompleted)
|
||||
{
|
||||
if (requireValidate)
|
||||
throw new JobException(ErrorCode.DreamMakerValidationTimeout);
|
||||
throw new JobException(ErrorCode.DreamMakerNeverValidated);
|
||||
controller.Dispose();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user