Files
tgstation-server/_error_code_8cs_source.html

550 lines
127 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tgstation-server: src/Tgstation.Server.Api/Models/ErrorCode.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">tgstation-server<span id="projectnumber">&#160;6.19.3</span>
</div>
<div id="projectbrief">The /tg/station 13 server suite</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_2ea2465064f3ff030c6dd6700a328d91.html">Tgstation.Server.Api</a></li><li class="navelem"><a class="el" href="dir_61d7974a657c30011f457b376d274ee7.html">Models</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">ErrorCode.cs</div></div>
</div><!--header-->
<div class="contents">
<a href="_error_code_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="keyword">using </span>System.ComponentModel;</div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span> </div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_common.html">Tgstation.Server.Common</a>;</div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Tgstation.Server.Api.Models</a></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span>{</div>
<div class="foldopen" id="foldopen00011" data-start="{" data-end="};">
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"><a class="line" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8"> 11</a></span> <span class="keyword">public</span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a> : uint</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> {</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> [Description(<span class="stringliteral">&quot;An internal server error occurred!&quot;</span>)]</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aecbf01325f1c744e9d7bb586ac2eb5ed">InternalServerError</a>,</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> [Description(<span class="stringliteral">&quot;API version mismatch!&quot;</span>)]</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a034045c1b65adb43b709ea2f4e573951">ApiMismatch</a>,</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> [Description(<span class="stringliteral">&quot;The request body was malformed!&quot;</span>)]</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a036d4fdb3297f73bb3c4e14bcf438e3e">ModelValidationFailure</a>,</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> [Description(<span class="stringliteral">&quot;An IO error occurred during the operation!&quot;</span>)]</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5206bd7472156351d2d9a99633ac9580">IOError</a>,</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> [Description(<span class="stringliteral">&quot;A header validation error occurred!&quot;</span>)]</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a6433e3bb5e548a24d25deabfdefe72b2">BadHeaders</a>,</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> [Description(<span class="stringliteral">&quot;Cannot generate a bearer token using a bearer token!&quot;</span>)]</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9a6fc03ca61381e162705346a62ddbea">TokenWithToken</a>,</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> </div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> [Description(<span class="stringliteral">&quot;The operation could not be performed as it would violate database integrity. Please retry the request, making sure to not duplicate field names with existing entities!&quot;</span>)]</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ac9241b2a69ac456afa664e7c47ac9b39">DatabaseIntegrityConflict</a>,</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> [Description(<span class="stringliteral">&quot;Functionality is unavailable due to a missing host watchdog component! This should NOT be seen in a production environment!&quot;</span>)]</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a2ccc27c4e4def41ceaa583ef4eb565ef">MissingHostWatchdog</a>,</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> [Description($<span class="stringliteral">&quot;Cannot downgrade to {Constants.CanonicalPackageName} major version &lt;4!&quot;</span>)]</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ad27cb08b02e194991882f231d87b9030">CannotChangeServerSuite</a>,</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> [Description(<span class="stringliteral">&quot;A required remote API request returned an error!&quot;</span>)]</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5355901d7bb2e440b1928a19c5323edb">RemoteApiError</a>,</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> </div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> [Description(<span class="stringliteral">&quot;A server update was requested while another was in progress!&quot;</span>)]</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a7b3644a07defb6b7df279cc44dc46adb">ServerUpdateInProgress</a>,</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> [Description(<span class="stringliteral">&quot;Can only change the capitalization of a user&#39;s name!&quot;</span>)]</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a62cd93d475c146a93fa08ce89132bf72">UserNameChange</a>,</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> </div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> [Description(<span class="stringliteral">&quot;Cannot change a user&#39;s systemIdentifier!&quot;</span>)]</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a97e2a1f4c98dbb3165aa317dc67ea435">UserSidChange</a>,</div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> </div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> [Description(<span class="stringliteral">&quot;A user cannot have both a name and systemIdentifier!&quot;</span>)]</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ab254802c60656270a5f21f42da04bc0e">UserMismatchNameSid</a>,</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> </div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> [Description(<span class="stringliteral">&quot;A user cannot have both a password and systemIdentifier!&quot;</span>)]</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae272fba7876aca6039eb7560c8daa7be">UserMismatchPasswordSid</a>,</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> </div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> [Description(<span class="stringliteral">&quot;The given password is less than the server&#39;s configured minimum password length!&quot;</span>)]</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a3c8306a8d5116e9f6584f3c845a6afbe">UserPasswordLength</a>,</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> </div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> [Description(<span class="stringliteral">&quot;User names cannot contain the &#39;:&#39; character!&quot;</span>)]</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8acc88a1ecdc7342ee66cbaa257334a82f">UserColonInName</a>,</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> </div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> [Description(<span class="stringliteral">&quot;User&#39;s name is missing or invalid whitespace!&quot;</span>)]</div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aa3364f781ce5d54c217bdba6a4f8fe47">UserMissingName</a>,</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> </div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> [Description(<span class="stringliteral">&quot;Cannot relocate an instance while it is online!&quot;</span>)]</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a961349b83821ed87f141d4f939891c0f">InstanceRelocateOnline</a>,</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> </div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> [Description(<span class="stringliteral">&quot;The instance cannot be placed at the given path because it is not empty!&quot;</span>)]</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a494653f2fb509351b13abef0efe2e0ec">InstanceAtExistingPath</a>,</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> </div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> [Description(<span class="stringliteral">&quot;Cannot detach an instance while it is online!&quot;</span>)]</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aa7e647228c270688b33eebe6c40b4fd1">InstanceDetachOnline</a>,</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> </div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> [Description(<span class="stringliteral">&quot;The instance cannot be placed at the given path because it is a child of an existing instance or the server installation directory!&quot;</span>)]</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a92490b862c79e1b5898483fe55fc0c41">InstanceAtConflictingPath</a>,</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> [Description(<span class="stringliteral">&quot;The instance cannot be created because the configured limit has been reached!&quot;</span>)]</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ac043c16f72e845bae9e6a18cf61cb70c">InstanceLimitReached</a>,</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> </div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> [Description(<span class="stringliteral">&quot;Instance names and paths cannot be whitespace!&quot;</span>)]</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8afd8f6fed2771e446b2a36e386faabf5a">InstanceWhitespaceNameOrPath</a>,</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> </div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> [Description(<span class="stringliteral">&quot;The request path requires the &#39;Instance&#39; header to be set!&quot;</span>)]</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a49be0a84ceb449e1d69789040ca5ade1">InstanceHeaderRequired</a>,</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> </div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> [Description(<span class="stringliteral">&quot;This operation requires POSIX system identities to be implemented. See https://github.com/tgstation/tgstation-server/issues/709 for details.&quot;</span>)]</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aab217c3aea820156b624733a34ab3c48">RequiresPosixSystemIdentity</a>,</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> </div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> [Description(<span class="stringliteral">&quot;This existing file hash does not match, the file has beeen updated!&quot;</span>)]</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5c0d6072f109fa92c30019b66bbceeaf">ConfigurationFileUpdated</a>,</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> </div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> [Description(<span class="stringliteral">&quot;The directory cannot be deleted because it is not empty!&quot;</span>)]</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ab6aac8a71757f5fdf164188595806e72">ConfigurationDirectoryNotEmpty</a>,</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> </div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> [Description(<span class="stringliteral">&quot;The server swarm has less than the expected amount of nodes!&quot;</span>)]</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a12a4e6d012e11df1e655ade14680ad65">SwarmIntegrityCheckFailed</a>,</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> </div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> [Description(<span class="stringliteral">&quot;Either both accessUser and accessToken must be set or neither!&quot;</span>)]</div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aafc428eb4bcd3a2488e41337c34ee233">RepoMismatchUserAndAccessToken</a>,</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> </div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> [Description(<span class="stringliteral">&quot;The repository is busy being cloned!&quot;</span>)]</div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9755914d72338e6ce57fb16e560209c0">RepoCloning</a>,</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> </div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> [Description(<span class="stringliteral">&quot;The repository is busy with another operation!&quot;</span>)]</div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5977ae7b6edc818e0412f6c7846f2401">RepoBusy</a>,</div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> </div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> [Description(<span class="stringliteral">&quot;The repository already exists!&quot;</span>)]</div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a800c56a2841cf737b9c883507f4884f4">RepoExists</a>,</div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> </div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> [Description(<span class="stringliteral">&quot;The repository does not exist and must be cloned!&quot;</span>)]</div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a147a10a81d501e59037c13e6c168f56c">RepoMissing</a>,</div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> </div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> [Description(<span class="stringliteral">&quot;Cannot checkoutSha and set reference at the same time!&quot;</span>)]</div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a50003a969ded946db692896a4a5ec1c4">RepoMismatchShaAndReference</a>,</div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> </div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> [Description(<span class="stringliteral">&quot;Cannot checkoutSha and updateFromOrigin at the same time!&quot;</span>)]</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ab97fe4295c7ba65db3c6ef4eb3c9c2bb">RepoMismatchShaAndUpdate</a>,</div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> </div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> [Description(<span class="stringliteral">&quot;Could not delete engine version due to it being selected as the instance&#39;s active version.&quot;</span>)]</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae28c40985767e08e7ea5dd1814234832">EngineCannotDeleteActiveVersion</a>,</div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> </div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> [Description(<span class="stringliteral">&quot;The same test merge was present more than once or is already merged!&quot;</span>)]</div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a561351a05b0b60c943b21f38f23bd553">RepoDuplicateTestMerge</a>,</div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> </div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> [Description(<span class="stringliteral">&quot;committerName cannot be whitespace!&quot;</span>)]</div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5aac4df009b9b8c791899cd52c320593">RepoWhitespaceCommitterName</a>,</div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> </div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> [Description(<span class="stringliteral">&quot;committerEmail cannot be whitespace!&quot;</span>)]</div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a8b7cce03b4c7425e09ac4534a51b95b0">RepoWhitespaceCommitterEmail</a>,</div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> </div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> [Description(<span class="stringliteral">&quot;Requested pageSize is too large!&quot;</span>)]</div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a3cc93e25cef8e0297fe28952535ff595">ApiPageTooLarge</a>,</div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> </div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> [Description(<span class="stringliteral">&quot;Cannot request page or pageSize &lt;= 0.&quot;</span>)]</div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a60bade3103570d95e031a92db4cb2ddb">ApiInvalidPageOrPageSize</a>,</div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> </div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> [Description(<span class="stringliteral">&quot;One or more of the channels for one or more of the provided chat bots do not have the correct channel data for their provider!&quot;</span>)]</div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8abd8569dcf6e1e7cce0c99dbbb9f25785">ChatBotWrongChannelType</a>,</div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> </div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> [Description(<span class="stringliteral">&quot;A chat bot&#39;s connection string cannot be whitespace!&quot;</span>)]</div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a7ef7f2f115b34ad156dd0ca621b7dd66">ChatBotWhitespaceConnectionString</a>,</div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> </div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> [Description(<span class="stringliteral">&quot;A chat bot&#39;s name cannot be whitespace!&quot;</span>)]</div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a97ecb2f61aca1686c3720f9d3134a75f">ChatBotWhitespaceName</a>,</div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> </div>
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> [Description(<span class="stringliteral">&quot;Missing chat bot provider!&quot;</span>)]</div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a7fa65206da7db03314c84ab71978b824">ChatBotProviderMissing</a>,</div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> </div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> [Description(<span class="stringliteral">&quot;IO operation could not start contended access to the instance&#39;s configuration directory!&quot;</span>)]</div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a0bb6bcd5e7e0d1d7c4c845bf2f2299a9">ConfigurationContendedAccess</a>,</div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span> </div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> [Description(<span class="stringliteral">&quot;Performing this operation would violate the instance&#39;s configured chatBotLimit!&quot;</span>)]</div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a3363706f321199130f484868fd4dab2d">ChatBotMax</a>,</div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> </div>
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> [Description(<span class="stringliteral">&quot;Set amount of chatChannels exceeds the configured channelLimit!&quot;</span>)]</div>
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aefde5659eb82d8943cf3a4e4638c5aaf">ChatBotMaxChannels</a>,</div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> </div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span> [Description(<span class="stringliteral">&quot;Unable to start DirectX installer process! Is the server running with admin privileges?&quot;</span>)]</div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9b2ecbcea908e6143901a21e7a1119cc">ByondDirectXInstallFail</a>,</div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span> </div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> [Description(<span class="stringliteral">&quot;Error downloading specified engine version!&quot;</span>)]</div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ad681ffbd2e96499be9ea487111200bd9">EngineDownloadFail</a>,</div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> </div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> [Description(<span class="stringliteral">&quot;Could not acquire lock on engine installation as none exist!&quot;</span>)]</div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a6c75efd6c1522b3cdea1d5675b29b34e">EngineNoVersionsInstalled</a>,</div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> </div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> [Description(<span class="stringliteral">&quot;DMAPI validation failed! See FAQ at https://github.com/tgstation/tgstation-server/discussions/1695&quot;</span>)]</div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aaaec11788df5646126e13df7d134d4a8">DeploymentNeverValidated</a>,</div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span> </div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> [Description(<span class="stringliteral">&quot;The DMAPI sent an invalid validation request!&quot;</span>)]</div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a3fff1d22ac401cd39aab0dab2dc162c0">DeploymentInvalidValidation</a>,</div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> </div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span> [Description(<span class="stringliteral">&quot;This user is passwordless and removing their oAuthConnections would leave them with no authentication method!&quot;</span>)]</div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a2df22a9b62be664de27c4cc95036b260">CannotRemoveLastAuthenticationOption</a>,</div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> </div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> [Description(<span class="stringliteral">&quot;No .dme configured and could not automatically detect one!&quot;</span>)]</div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a273448b5ce2f91646f06499766047d03">DeploymentNoDme</a>,</div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> </div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> [Description(<span class="stringliteral">&quot;Could not load configured .dme!&quot;</span>)]</div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8affe9e7a99c78561f62c93fe4b95e59b1">DeploymentMissingDme</a>,</div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> </div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> [Description(<span class="stringliteral">&quot;Compiler exited with a non-zero exit code!&quot;</span>)]</div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9dc37a615f882938b7f48d359278af32">DeploymentExitCode</a>,</div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> </div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> [Description(<span class="stringliteral">&quot;There is already a deployment operation in progress!&quot;</span>)]</div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a16d4de48839978bb767bb56906e190f3">DeploymentInProgress</a>,</div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> </div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span> [Description(<span class="stringliteral">&quot;Could not retrieve DreamDaemon settings from the database!&quot;</span>)]</div>
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a666168f23ed748258e22b8950c4b0f27">InstanceMissingDreamDaemonSettings</a>,</div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> </div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> [Description(<span class="stringliteral">&quot;Could not retrieve DreamMaker settings from the database!&quot;</span>)]</div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aa9f54d7bb19782121fa03fab399ba5f7">InstanceMissingDreamMakerSettings</a>,</div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> </div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> [Description(<span class="stringliteral">&quot;Could not retrieve Repository settings from the database!&quot;</span>)]</div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aaa4f2a635185665f10e6be24896ce863">InstanceMissingRepositorySettings</a>,</div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> </div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span> [Description(<span class="stringliteral">&quot;Performing this automatic update as a merge would result in conficts. Aborting!&quot;</span>)]</div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8af0345b1fb1d4e36d1812269f61e9fef5">InstanceUpdateTestMergeConflict</a>,</div>
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> </div>
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span> [Description(<span class="stringliteral">&quot;Git credentials are required for this operation!&quot;</span>)]</div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a94b932f9d2602bee2e67aed4ba38d0a6">RepoCredentialsRequired</a>,</div>
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> </div>
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> [Description(<span class="stringliteral">&quot;The remote is requesting authentication, but is not allowing credentials to be received!&quot;</span>)]</div>
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aebbb3dd24e1c4ada3a50e92e2dec4dfb">RepoCannotAuthenticate</a>,</div>
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span> </div>
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> [Description(<span class="stringliteral">&quot;This git operation requires the repository HEAD to currently be on a tracked reference!&quot;</span>)]</div>
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aaf8ed188c1807a49b9ea5cdb5ceb12c9">RepoReferenceRequired</a>,</div>
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span> </div>
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span> [Description(<span class="stringliteral">&quot;The watchdog is already running!&quot;</span>)]</div>
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a7308ad22f9debf125c2daff8c9dcb4bc">WatchdogRunning</a>,</div>
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> </div>
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span> [Description(<span class="stringliteral">&quot;Cannot launch active compile job as it is missing or corrupted!&quot;</span>)]</div>
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5bf519a63341001be4c5c6c4e940f160">WatchdogCompileJobCorrupted</a>,</div>
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span> </div>
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span> [Description(<span class="stringliteral">&quot;Game server failed to start!&quot;</span>)]</div>
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aded687bc590419f813a657d0ab331fb8">WatchdogStartupFailed</a>,</div>
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span> </div>
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> [Description(<span class="stringliteral">&quot;Game server failed to start within the configured timeout!&quot;</span>)]</div>
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae81957bf66d058288d7977abc4d02fdf">WatchdogStartupTimeout</a>,</div>
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span> </div>
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span> [Description(<span class="stringliteral">&quot;Test merging with the current remote is not supported!&quot;</span>)]</div>
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9446652139c040e0af3351104d1ec913">RepoUnsupportedTestMergeRemote</a>,</div>
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span> </div>
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span> [Description(<span class="stringliteral">&quot;The value set for checkoutSha or reference should be in the other field!&quot;</span>)]</div>
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8abe142fe273ff3a9ab873a266266e937f">RepoSwappedShaOrReference</a>,</div>
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span> </div>
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span> [Description(<span class="stringliteral">&quot;A merge conflict occurred while performing the operation!&quot;</span>)]</div>
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a7f72fdbb58d503c2a30b23a72cd1134c">RepoMergeConflict</a>,</div>
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span> </div>
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span> [Description(<span class="stringliteral">&quot;The repository&#39;s current reference is unsuitable for this operation as it does not track a remote reference!&quot;</span>)]</div>
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"> 455</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a6eaf9129eb60ec6c4ec0dff641b533ad">RepoReferenceNotTracking</a>,</div>
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"> 456</span> </div>
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span> [Description(<span class="stringliteral">&quot;Encountered merge conflicts while test merging one or more sources!&quot;</span>)]</div>
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a603c0a3f0177b41effb42dd4a932021b">RepoTestMergeConflict</a>,</div>
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span> </div>
<div class="line"><a id="l00466" name="l00466"></a><span class="lineno"> 466</span> [Description(<span class="stringliteral">&quot;The new instance&#39;s path is not under a white-listed path.&quot;</span>)]</div>
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"> 467</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae9174043b3cb148be4194a6d1d17f72d">InstanceNotAtWhitelistedPath</a>,</div>
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"> 468</span> </div>
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span> [Description(<span class="stringliteral">&quot;Cannot set both softShutdown and softReboot at once!&quot;</span>)]</div>
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8af40ff43d6bdd997d14777205bf242031">GameServerDoubleSoft</a>,</div>
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span> </div>
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span> [Description(<span class="stringliteral">&quot;Cannot start DreamDaemon headless with the BYOND pager running!&quot;</span>)]</div>
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5b055f488d0df6ec7e2d18a72eaac53a">DreamDaemonPagerRunning</a>,</div>
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span> </div>
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span> [Description(<span class="stringliteral">&quot;Could not bind to requested game server port! Is there another service running on that port?&quot;</span>)]</div>
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8afbfea396f8e9644c15896b45af4e9e0a">GameServerPortInUse</a>,</div>
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span> </div>
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span> [Description(<span class="stringliteral">&quot;The deployment succeeded but one or more notification events failed!&quot;</span>)]</div>
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"> 491</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aeefdaf630484c27f44b218cacd77c325">PostDeployFailure</a>,</div>
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span> </div>
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span> [Description(<span class="stringliteral">&quot;Cannot perform watchdog operation as it is not running!&quot;</span>)]</div>
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a2bb8251ac32e1bb097969c13a5a8b1a1">WatchdogNotRunning</a>,</div>
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno"> 498</span> </div>
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span> [Description(<span class="stringliteral">&quot;The requested resource is not currently present, but may have been in the past.&quot;</span>)]</div>
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ac0333e5b9060e7ec5e504858490db907">ResourceNotPresent</a>,</div>
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span> </div>
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"> 508</span> [Description(<span class="stringliteral">&quot;The requested resource is not present and never has been.&quot;</span>)]</div>
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8abf653fb5de0c10b302e6a44d01265fe8">ResourceNeverPresent</a>,</div>
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span> </div>
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span> [Description(<span class="stringliteral">&quot;A required GitHub API call failed due to rate limiting.&quot;</span>)]</div>
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aae998a2af079dd29d0ccdc981b56bdf4">GitHubApiRateLimit</a>,</div>
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"> 516</span> </div>
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span> [Description(<span class="stringliteral">&quot;Cannot cancel the job as it is no longer running.&quot;</span>)]</div>
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"> 521</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a0bab1b90f15ed627993e94f156641b13">JobStopped</a>,</div>
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span> </div>
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span> [Description(<span class="stringliteral">&quot;Attempted to create a process dump but /usr/bin/gcore could not be located!&quot;</span>)]</div>
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9ba2c8a326ad80df8e791b207e8c3b47">MissingGCore</a>,</div>
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span> </div>
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> [Description(<span class="stringliteral">&quot;Could not create dump as gcore exited with a non-zero exit code!&quot;</span>)]</div>
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a55504e6a1e187426ae2a94c480dd8dd1">GCoreFailure</a>,</div>
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"> 534</span> </div>
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span> [Description(<span class="stringliteral">&quot;Test merging cannot be performed with this remote!&quot;</span>)]</div>
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"> 539</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ac456aa0688e3c635d73c72b021de12bf">RepoTestMergeInvalidRemote</a>,</div>
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span> </div>
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"> 544</span> [Description(<span class="stringliteral">&quot;Cannot switch to requested custom engine version as it is not currently installed.&quot;</span>)]</div>
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae3906f00cec97d4fe45a2380586e70ff">EngineNonExistentCustomVersion</a>,</div>
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span> </div>
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"> 550</span> [Description(<span class="stringliteral">&quot;Cannot perform this operation as the game server is not currently running!&quot;</span>)]</div>
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"> 551</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a06ec32a86565fe056611b804657ed6a8">GameServerOffline</a>,</div>
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span> </div>
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</span> [Description(<span class="stringliteral">&quot;The instance associated with the operation is currently offline!&quot;</span>)]</div>
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a64aec32513a670bfc35bea8f4a98aac1">InstanceOffline</a>,</div>
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span> </div>
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"> 562</span> [Description(<span class="stringliteral">&quot;Failed to connect chat bot!&quot;</span>)]</div>
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"> 563</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aaf876d87e92badc0f5d3e4d42395257e">ChatCannotConnectProvider</a>,</div>
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"> 564</span> </div>
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"> 568</span> [Description(<span class="stringliteral">&quot;Failed to allow game server through the Windows firewall!&quot;</span>)]</div>
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9b5e439c28e48c63cfd341a09475181f">EngineFirewallFail</a>,</div>
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span> </div>
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"> 574</span> [Description(<span class="stringliteral">&quot;TGS was unable to find a free port to allocate for the operation!&quot;</span>)]</div>
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"> 575</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ab6a3956ae3bf109dc8b764f42873c54f">NoPortsAvailable</a>,</div>
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"> 576</span> </div>
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span> [Description(<span class="stringliteral">&quot;The requested port is either already in use by TGS or could not be allocated!&quot;</span>)]</div>
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8add38e6da07b457322c287231a4b8f772">PortNotAvailable</a>,</div>
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span> </div>
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"> 586</span> [Description(<span class="stringliteral">&quot;The admin user cannot use OAuth connections!&quot;</span>)]</div>
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"> 587</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ab9282dd7e1487afc912234db39bbbde7">AdminUserCannotHaveServiceConnection</a>,</div>
<div class="line"><a id="l00588" name="l00588"></a><span class="lineno"> 588</span> </div>
<div class="line"><a id="l00592" name="l00592"></a><span class="lineno"> 592</span> [Description(<span class="stringliteral">&quot;The requested OAuth provider is disabled via configuration!&quot;</span>)]</div>
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno"> 593</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae390eb31f661edf88bb3deed466098a1">OAuthProviderDisabled</a>,</div>
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"> 594</span> </div>
<div class="line"><a id="l00598" name="l00598"></a><span class="lineno"> 598</span> [Description(<span class="stringliteral">&quot;The job did not receive a required upload before timing out!&quot;</span>)]</div>
<div class="line"><a id="l00599" name="l00599"></a><span class="lineno"> 599</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9be896e4189c3bed74bfd767114623ab">FileUploadExpired</a>,</div>
<div class="line"><a id="l00600" name="l00600"></a><span class="lineno"> 600</span> </div>
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"> 604</span> [Description(<span class="stringliteral">&quot;A user may not have both a permissionSet and group!&quot;</span>)]</div>
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"> 605</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a738d118aaff15ddb1b16e2faf92f6971">UserGroupAndPermissionSet</a>,</div>
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"> 606</span> </div>
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"> 610</span> [Description(<span class="stringliteral">&quot;Cannot delete the user group as it is not empty!&quot;</span>)]</div>
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"> 611</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8afa99a2b441cca23d1e6bb1f529c1bf25">UserGroupNotEmpty</a>,</div>
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"> 612</span> </div>
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"> 616</span> [Description(<span class="stringliteral">&quot;The user cannot be created because the configured limit has been reached!&quot;</span>)]</div>
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"> 617</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ad907253a8311174e10b0231cae280bc2">UserLimitReached</a>,</div>
<div class="line"><a id="l00618" name="l00618"></a><span class="lineno"> 618</span> </div>
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"> 622</span> [Description(<span class="stringliteral">&quot;The user group cannot be created because the configured limit has been reached!&quot;</span>)]</div>
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"> 623</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8af662af99131e87fa6b20c1763aba0e56">UserGroupLimitReached</a>,</div>
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"> 624</span> </div>
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno"> 628</span> [Description(<span class="stringliteral">&quot;The deployment took longer than the configured timeout!&quot;</span>)]</div>
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"> 629</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8abf9934713310451764b20b60bb051d96">DeploymentTimeout</a>,</div>
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"> 630</span> </div>
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno"> 634</span> [Description(<span class="stringliteral">&quot;Could not send broadcast to the DMAPI. This can happen either due to there being an insufficient DMAPI version, a communication failure, or the server being offline.&quot;</span>)]</div>
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno"> 635</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a699d083eb69ed6c74eb75137a76e2f1e">BroadcastFailure</a>,</div>
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"> 636</span> </div>
<div class="line"><a id="l00640" name="l00640"></a><span class="lineno"> 640</span> [Description(<span class="stringliteral">&quot;OpenDream could not be compiled due to being unable to locate the dotnet executable!&quot;</span>)]</div>
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno"> 641</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a3706b0f65fdb6e3326b5394c7cafddb0">OpenDreamCantFindDotnet</a>,</div>
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"> 642</span> </div>
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"> 646</span> [Description(<span class="stringliteral">&quot;The specified OpenDream version is too old!&quot;</span>)]</div>
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"> 647</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a0101fd941564b6792976162ec53ebba4">OpenDreamTooOld</a>,</div>
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"> 648</span> </div>
<div class="line"><a id="l00652" name="l00652"></a><span class="lineno"> 652</span> [Description(<span class="stringliteral">&quot;Could not create dump as dotnet diagnostics threw an exception!&quot;</span>)]</div>
<div class="line"><a id="l00653" name="l00653"></a><span class="lineno"> 653</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8af645350448c0a24e5ac8719c6feb29e6">DotnetDiagnosticsFailure</a>,</div>
<div class="line"><a id="l00654" name="l00654"></a><span class="lineno"> 654</span> </div>
<div class="line"><a id="l00658" name="l00658"></a><span class="lineno"> 658</span> [Description(<span class="stringliteral">&quot;Could not load configured .dme due to it being outside the deployment directory! This should be a relative path.&quot;</span>)]</div>
<div class="line"><a id="l00659" name="l00659"></a><span class="lineno"> 659</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ac265941eb5008a4ffefcdfa055fc090c">DeploymentWrongDme</a>,</div>
<div class="line"><a id="l00660" name="l00660"></a><span class="lineno"> 660</span> </div>
<div class="line"><a id="l00664" name="l00664"></a><span class="lineno"> 664</span> [Description(<span class="stringliteral">&quot;Provided repository username doesn&#39;t match the user of the corresponding access token!&quot;</span>)]</div>
<div class="line"><a id="l00665" name="l00665"></a><span class="lineno"> 665</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a513674f6d414a54eafa66e1246f07875">RepoTokenUsernameMismatch</a>,</div>
<div class="line"><a id="l00666" name="l00666"></a><span class="lineno"> 666</span> </div>
<div class="line"><a id="l00670" name="l00670"></a><span class="lineno"> 670</span> [Description(<span class="stringliteral">&quot;GraphQL swarm remote gateways not implemented!&quot;</span>)]</div>
<div class="line"><a id="l00671" name="l00671"></a><span class="lineno"> 671</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a1eb8e679917f819ac4618d734754900a">RemoteGatewaysNotImplemented</a>,</div>
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"> 672</span> </div>
<div class="line"><a id="l00676" name="l00676"></a><span class="lineno"> 676</span> [Description(<span class="stringliteral">&quot;One or more of the fields requested to be updated cannot be due to the server being in OIDC strict mode.&quot;</span>)]</div>
<div class="line"><a id="l00677" name="l00677"></a><span class="lineno"> 677</span> <a class="code hl_enumvalue" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aba0c79489c0f2479b00774e07eaf59e1">BadUserEditDueToOidcStrictMode</a>,</div>
<div class="line"><a id="l00678" name="l00678"></a><span class="lineno"> 678</span> }</div>
</div>
<div class="line"><a id="l00679" name="l00679"></a><span class="lineno"> 679</span>}</div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Tgstation.Server.Api.Models</a></div><div class="ttdef"><b>Definition</b> <a href="_tgstation_8_server_8_api_2_models_2_chat_channel_8cs_source.html#l00005">ChatChannel.cs:6</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">Tgstation.Server.Api.Models.ErrorCode</a></div><div class="ttdeci">ErrorCode</div><div class="ttdoc">Types of Response.ErrorMessageResponses that the API may return.</div><div class="ttdef"><b>Definition</b> <a href="_error_code_8cs_source.html#l00011">ErrorCode.cs:12</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a0101fd941564b6792976162ec53ebba4"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a0101fd941564b6792976162ec53ebba4">Tgstation.Server.Api.Models.ErrorCode.OpenDreamTooOld</a></div><div class="ttdeci">@ OpenDreamTooOld</div><div class="ttdoc">Could not install OpenDream due to it not meeting the minimum version requirements.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a034045c1b65adb43b709ea2f4e573951"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a034045c1b65adb43b709ea2f4e573951">Tgstation.Server.Api.Models.ErrorCode.ApiMismatch</a></div><div class="ttdeci">@ ApiMismatch</div><div class="ttdoc">Indicates an API upgrade was required by the server.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a036d4fdb3297f73bb3c4e14bcf438e3e"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a036d4fdb3297f73bb3c4e14bcf438e3e">Tgstation.Server.Api.Models.ErrorCode.ModelValidationFailure</a></div><div class="ttdeci">@ ModelValidationFailure</div><div class="ttdoc">The request body was malformed.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a06ec32a86565fe056611b804657ed6a8"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a06ec32a86565fe056611b804657ed6a8">Tgstation.Server.Api.Models.ErrorCode.GameServerOffline</a></div><div class="ttdeci">@ GameServerOffline</div><div class="ttdoc">Attempted to perform an operation that requires server (not the watchdog) to be running but it wasn't...</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a0bab1b90f15ed627993e94f156641b13"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a0bab1b90f15ed627993e94f156641b13">Tgstation.Server.Api.Models.ErrorCode.JobStopped</a></div><div class="ttdeci">@ JobStopped</div><div class="ttdoc">Attempted to cancel a stopped job.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a0bb6bcd5e7e0d1d7c4c845bf2f2299a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a0bb6bcd5e7e0d1d7c4c845bf2f2299a9">Tgstation.Server.Api.Models.ErrorCode.ConfigurationContendedAccess</a></div><div class="ttdeci">@ ConfigurationContendedAccess</div><div class="ttdoc">Currently unused.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a12a4e6d012e11df1e655ade14680ad65"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a12a4e6d012e11df1e655ade14680ad65">Tgstation.Server.Api.Models.ErrorCode.SwarmIntegrityCheckFailed</a></div><div class="ttdeci">@ SwarmIntegrityCheckFailed</div><div class="ttdoc">The server swarm has less than the expected amount of nodes.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a147a10a81d501e59037c13e6c168f56c"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a147a10a81d501e59037c13e6c168f56c">Tgstation.Server.Api.Models.ErrorCode.RepoMissing</a></div><div class="ttdeci">@ RepoMissing</div><div class="ttdoc">Attempted to load a non-existant repo.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a16d4de48839978bb767bb56906e190f3"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a16d4de48839978bb767bb56906e190f3">Tgstation.Server.Api.Models.ErrorCode.DeploymentInProgress</a></div><div class="ttdeci">@ DeploymentInProgress</div><div class="ttdoc">Deployment already in progress.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a1eb8e679917f819ac4618d734754900a"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a1eb8e679917f819ac4618d734754900a">Tgstation.Server.Api.Models.ErrorCode.RemoteGatewaysNotImplemented</a></div><div class="ttdeci">@ RemoteGatewaysNotImplemented</div><div class="ttdoc">Attempted to make a cross swarm server request using the GraphQL API.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a273448b5ce2f91646f06499766047d03"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a273448b5ce2f91646f06499766047d03">Tgstation.Server.Api.Models.ErrorCode.DeploymentNoDme</a></div><div class="ttdeci">@ DeploymentNoDme</div><div class="ttdoc">No .dme could be found for deployment.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a2bb8251ac32e1bb097969c13a5a8b1a1"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a2bb8251ac32e1bb097969c13a5a8b1a1">Tgstation.Server.Api.Models.ErrorCode.WatchdogNotRunning</a></div><div class="ttdeci">@ WatchdogNotRunning</div><div class="ttdoc">Attempted to restart a stopped watchdog.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a2ccc27c4e4def41ceaa583ef4eb565ef"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a2ccc27c4e4def41ceaa583ef4eb565ef">Tgstation.Server.Api.Models.ErrorCode.MissingHostWatchdog</a></div><div class="ttdeci">@ MissingHostWatchdog</div><div class="ttdoc">Attempted to perform a restart operation without the host watchdog component.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a2df22a9b62be664de27c4cc95036b260"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a2df22a9b62be664de27c4cc95036b260">Tgstation.Server.Api.Models.ErrorCode.CannotRemoveLastAuthenticationOption</a></div><div class="ttdeci">@ CannotRemoveLastAuthenticationOption</div><div class="ttdoc">Tried to remove the last OAuthConnection for a passwordless user.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a3363706f321199130f484868fd4dab2d"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a3363706f321199130f484868fd4dab2d">Tgstation.Server.Api.Models.ErrorCode.ChatBotMax</a></div><div class="ttdeci">@ ChatBotMax</div><div class="ttdoc">Attempted to add a chat bot when at or above the Instance.ChatBotLimit or it was set to something low...</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a3706b0f65fdb6e3326b5394c7cafddb0"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a3706b0f65fdb6e3326b5394c7cafddb0">Tgstation.Server.Api.Models.ErrorCode.OpenDreamCantFindDotnet</a></div><div class="ttdeci">@ OpenDreamCantFindDotnet</div><div class="ttdoc">Could not compile OpenDream due to a missing dotnet executable.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a3c8306a8d5116e9f6584f3c845a6afbe"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a3c8306a8d5116e9f6584f3c845a6afbe">Tgstation.Server.Api.Models.ErrorCode.UserPasswordLength</a></div><div class="ttdeci">@ UserPasswordLength</div><div class="ttdoc">The given Request.UserUpdateRequest.Password length was less than the server's configured minimum.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a3cc93e25cef8e0297fe28952535ff595"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a3cc93e25cef8e0297fe28952535ff595">Tgstation.Server.Api.Models.ErrorCode.ApiPageTooLarge</a></div><div class="ttdeci">@ ApiPageTooLarge</div><div class="ttdoc">A paginated request asked for too large a page.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a3fff1d22ac401cd39aab0dab2dc162c0"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a3fff1d22ac401cd39aab0dab2dc162c0">Tgstation.Server.Api.Models.ErrorCode.DeploymentInvalidValidation</a></div><div class="ttdeci">@ DeploymentInvalidValidation</div><div class="ttdoc">The DMAPI sent an invalid validation request.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a494653f2fb509351b13abef0efe2e0ec"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a494653f2fb509351b13abef0efe2e0ec">Tgstation.Server.Api.Models.ErrorCode.InstanceAtExistingPath</a></div><div class="ttdeci">@ InstanceAtExistingPath</div><div class="ttdoc">Attempted to change a Instance.Path to a non-empty location.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a49be0a84ceb449e1d69789040ca5ade1"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a49be0a84ceb449e1d69789040ca5ade1">Tgstation.Server.Api.Models.ErrorCode.InstanceHeaderRequired</a></div><div class="ttdeci">@ InstanceHeaderRequired</div><div class="ttdoc">The ApiHeaders.InstanceIdHeader header was required but not set.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a50003a969ded946db692896a4a5ec1c4"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a50003a969ded946db692896a4a5ec1c4">Tgstation.Server.Api.Models.ErrorCode.RepoMismatchShaAndReference</a></div><div class="ttdeci">@ RepoMismatchShaAndReference</div><div class="ttdoc">Attempted to Request.RepositoryUpdateRequest.CheckoutSha and set Internal.RepositoryApiBase....</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a513674f6d414a54eafa66e1246f07875"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a513674f6d414a54eafa66e1246f07875">Tgstation.Server.Api.Models.ErrorCode.RepoTokenUsernameMismatch</a></div><div class="ttdeci">@ RepoTokenUsernameMismatch</div><div class="ttdoc">Entered wrong RepositorySettings.AccessUser for a RepositorySettings.AccessToken.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a5206bd7472156351d2d9a99633ac9580"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5206bd7472156351d2d9a99633ac9580">Tgstation.Server.Api.Models.ErrorCode.IOError</a></div><div class="ttdeci">@ IOError</div><div class="ttdoc">An IO error occurred while working with the configuration system.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a5355901d7bb2e440b1928a19c5323edb"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5355901d7bb2e440b1928a19c5323edb">Tgstation.Server.Api.Models.ErrorCode.RemoteApiError</a></div><div class="ttdeci">@ RemoteApiError</div><div class="ttdoc">A required remote API request failed.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a55504e6a1e187426ae2a94c480dd8dd1"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a55504e6a1e187426ae2a94c480dd8dd1">Tgstation.Server.Api.Models.ErrorCode.GCoreFailure</a></div><div class="ttdeci">@ GCoreFailure</div><div class="ttdoc">Non-zero gcore exit code.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a561351a05b0b60c943b21f38f23bd553"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a561351a05b0b60c943b21f38f23bd553">Tgstation.Server.Api.Models.ErrorCode.RepoDuplicateTestMerge</a></div><div class="ttdeci">@ RepoDuplicateTestMerge</div><div class="ttdoc">Request.RepositoryUpdateRequest.NewTestMerges contained duplicate TestMergeParameters....</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a5977ae7b6edc818e0412f6c7846f2401"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5977ae7b6edc818e0412f6c7846f2401">Tgstation.Server.Api.Models.ErrorCode.RepoBusy</a></div><div class="ttdeci">@ RepoBusy</div><div class="ttdoc">The repository is busy with another operation.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a5aac4df009b9b8c791899cd52c320593"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5aac4df009b9b8c791899cd52c320593">Tgstation.Server.Api.Models.ErrorCode.RepoWhitespaceCommitterName</a></div><div class="ttdeci">@ RepoWhitespaceCommitterName</div><div class="ttdoc">Attempted to set a whitespace RepositorySettings.CommitterName.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a5b055f488d0df6ec7e2d18a72eaac53a"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5b055f488d0df6ec7e2d18a72eaac53a">Tgstation.Server.Api.Models.ErrorCode.DreamDaemonPagerRunning</a></div><div class="ttdeci">@ DreamDaemonPagerRunning</div><div class="ttdoc">Attempted to launch DreamDaemon on a user account that had the BYOND pager running.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a5bf519a63341001be4c5c6c4e940f160"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5bf519a63341001be4c5c6c4e940f160">Tgstation.Server.Api.Models.ErrorCode.WatchdogCompileJobCorrupted</a></div><div class="ttdeci">@ WatchdogCompileJobCorrupted</div><div class="ttdoc">Attempted to start the watchdog with a corrupted Internal.CompileJob.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a5c0d6072f109fa92c30019b66bbceeaf"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a5c0d6072f109fa92c30019b66bbceeaf">Tgstation.Server.Api.Models.ErrorCode.ConfigurationFileUpdated</a></div><div class="ttdeci">@ ConfigurationFileUpdated</div><div class="ttdoc">A IConfigurationFile was updated.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a603c0a3f0177b41effb42dd4a932021b"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a603c0a3f0177b41effb42dd4a932021b">Tgstation.Server.Api.Models.ErrorCode.RepoTestMergeConflict</a></div><div class="ttdeci">@ RepoTestMergeConflict</div><div class="ttdoc">Encounted merge conflicts while test merging.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a60bade3103570d95e031a92db4cb2ddb"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a60bade3103570d95e031a92db4cb2ddb">Tgstation.Server.Api.Models.ErrorCode.ApiInvalidPageOrPageSize</a></div><div class="ttdeci">@ ApiInvalidPageOrPageSize</div><div class="ttdoc">A paginated request asked for page 0.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a62cd93d475c146a93fa08ce89132bf72"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a62cd93d475c146a93fa08ce89132bf72">Tgstation.Server.Api.Models.ErrorCode.UserNameChange</a></div><div class="ttdeci">@ UserNameChange</div><div class="ttdoc">Attempted to change something other than the capitalization of a UserName.Name for a user.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a6433e3bb5e548a24d25deabfdefe72b2"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a6433e3bb5e548a24d25deabfdefe72b2">Tgstation.Server.Api.Models.ErrorCode.BadHeaders</a></div><div class="ttdeci">@ BadHeaders</div><div class="ttdoc">The ApiHeaders failed to validate.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a64aec32513a670bfc35bea8f4a98aac1"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a64aec32513a670bfc35bea8f4a98aac1">Tgstation.Server.Api.Models.ErrorCode.InstanceOffline</a></div><div class="ttdeci">@ InstanceOffline</div><div class="ttdoc">Attempted to perform an instance operation with an offline instance.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a666168f23ed748258e22b8950c4b0f27"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a666168f23ed748258e22b8950c4b0f27">Tgstation.Server.Api.Models.ErrorCode.InstanceMissingDreamDaemonSettings</a></div><div class="ttdeci">@ InstanceMissingDreamDaemonSettings</div><div class="ttdoc">Missing Internal.DreamDaemonSettings in database.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a699d083eb69ed6c74eb75137a76e2f1e"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a699d083eb69ed6c74eb75137a76e2f1e">Tgstation.Server.Api.Models.ErrorCode.BroadcastFailure</a></div><div class="ttdeci">@ BroadcastFailure</div><div class="ttdoc">Sending a broadcast message failed.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a6c75efd6c1522b3cdea1d5675b29b34e"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a6c75efd6c1522b3cdea1d5675b29b34e">Tgstation.Server.Api.Models.ErrorCode.EngineNoVersionsInstalled</a></div><div class="ttdeci">@ EngineNoVersionsInstalled</div><div class="ttdoc">Failed to lock engine executables.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a6eaf9129eb60ec6c4ec0dff641b533ad"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a6eaf9129eb60ec6c4ec0dff641b533ad">Tgstation.Server.Api.Models.ErrorCode.RepoReferenceNotTracking</a></div><div class="ttdeci">@ RepoReferenceNotTracking</div><div class="ttdoc">The current Internal.RepositoryApiBase.Reference does not track a remote reference.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a7308ad22f9debf125c2daff8c9dcb4bc"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a7308ad22f9debf125c2daff8c9dcb4bc">Tgstation.Server.Api.Models.ErrorCode.WatchdogRunning</a></div><div class="ttdeci">@ WatchdogRunning</div><div class="ttdoc">Attempted to start the watchdog when it was already running.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a738d118aaff15ddb1b16e2faf92f6971"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a738d118aaff15ddb1b16e2faf92f6971">Tgstation.Server.Api.Models.ErrorCode.UserGroupAndPermissionSet</a></div><div class="ttdeci">@ UserGroupAndPermissionSet</div><div class="ttdoc">Tried to update a user to have both a Internal.UserApiBase.Group and Internal.UserApiBase....</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a7b3644a07defb6b7df279cc44dc46adb"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a7b3644a07defb6b7df279cc44dc46adb">Tgstation.Server.Api.Models.ErrorCode.ServerUpdateInProgress</a></div><div class="ttdeci">@ ServerUpdateInProgress</div><div class="ttdoc">A server update was requested while another was in progress.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a7ef7f2f115b34ad156dd0ca621b7dd66"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a7ef7f2f115b34ad156dd0ca621b7dd66">Tgstation.Server.Api.Models.ErrorCode.ChatBotWhitespaceConnectionString</a></div><div class="ttdeci">@ ChatBotWhitespaceConnectionString</div><div class="ttdoc">Internal.ChatBotSettings.ConnectionString was whitespace.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a7f72fdbb58d503c2a30b23a72cd1134c"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a7f72fdbb58d503c2a30b23a72cd1134c">Tgstation.Server.Api.Models.ErrorCode.RepoMergeConflict</a></div><div class="ttdeci">@ RepoMergeConflict</div><div class="ttdoc">A merge conflict occurred during a git operation.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a7fa65206da7db03314c84ab71978b824"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a7fa65206da7db03314c84ab71978b824">Tgstation.Server.Api.Models.ErrorCode.ChatBotProviderMissing</a></div><div class="ttdeci">@ ChatBotProviderMissing</div><div class="ttdoc">Internal.ChatBotSettings.Provider was null during creation.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a800c56a2841cf737b9c883507f4884f4"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a800c56a2841cf737b9c883507f4884f4">Tgstation.Server.Api.Models.ErrorCode.RepoExists</a></div><div class="ttdeci">@ RepoExists</div><div class="ttdoc">Attempted to clone the repository when it already exists.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a8b7cce03b4c7425e09ac4534a51b95b0"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a8b7cce03b4c7425e09ac4534a51b95b0">Tgstation.Server.Api.Models.ErrorCode.RepoWhitespaceCommitterEmail</a></div><div class="ttdeci">@ RepoWhitespaceCommitterEmail</div><div class="ttdoc">Attempted to set a whitespace RepositorySettings.CommitterEmail.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a92490b862c79e1b5898483fe55fc0c41"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a92490b862c79e1b5898483fe55fc0c41">Tgstation.Server.Api.Models.ErrorCode.InstanceAtConflictingPath</a></div><div class="ttdeci">@ InstanceAtConflictingPath</div><div class="ttdoc">Attempted to change a Instance.Path to a location that conflicts with the server install or another i...</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a9446652139c040e0af3351104d1ec913"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9446652139c040e0af3351104d1ec913">Tgstation.Server.Api.Models.ErrorCode.RepoUnsupportedTestMergeRemote</a></div><div class="ttdeci">@ RepoUnsupportedTestMergeRemote</div><div class="ttdoc">Attempted to test merge with an unsupported remote.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a94b932f9d2602bee2e67aed4ba38d0a6"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a94b932f9d2602bee2e67aed4ba38d0a6">Tgstation.Server.Api.Models.ErrorCode.RepoCredentialsRequired</a></div><div class="ttdeci">@ RepoCredentialsRequired</div><div class="ttdoc">RepositorySettings.AccessUser and RepositorySettings.AccessToken are required for this operation.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a961349b83821ed87f141d4f939891c0f"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a961349b83821ed87f141d4f939891c0f">Tgstation.Server.Api.Models.ErrorCode.InstanceRelocateOnline</a></div><div class="ttdeci">@ InstanceRelocateOnline</div><div class="ttdoc">Attempted to change a Instance.Path while it was Instance.Online.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a9755914d72338e6ce57fb16e560209c0"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9755914d72338e6ce57fb16e560209c0">Tgstation.Server.Api.Models.ErrorCode.RepoCloning</a></div><div class="ttdeci">@ RepoCloning</div><div class="ttdoc">The repository is busy being cloned.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a97e2a1f4c98dbb3165aa317dc67ea435"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a97e2a1f4c98dbb3165aa317dc67ea435">Tgstation.Server.Api.Models.ErrorCode.UserSidChange</a></div><div class="ttdeci">@ UserSidChange</div><div class="ttdoc">Attempted to change a Internal.UserModelBase.SystemIdentifier.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a97ecb2f61aca1686c3720f9d3134a75f"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a97ecb2f61aca1686c3720f9d3134a75f">Tgstation.Server.Api.Models.ErrorCode.ChatBotWhitespaceName</a></div><div class="ttdeci">@ ChatBotWhitespaceName</div><div class="ttdoc">Chat bot NamedEntity.Name was whitespace.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a9a6fc03ca61381e162705346a62ddbea"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9a6fc03ca61381e162705346a62ddbea">Tgstation.Server.Api.Models.ErrorCode.TokenWithToken</a></div><div class="ttdeci">@ TokenWithToken</div><div class="ttdoc">Attempted to request a Response.TokenResponse with an existing Response.TokenResponse.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a9b2ecbcea908e6143901a21e7a1119cc"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9b2ecbcea908e6143901a21e7a1119cc">Tgstation.Server.Api.Models.ErrorCode.ByondDirectXInstallFail</a></div><div class="ttdeci">@ ByondDirectXInstallFail</div><div class="ttdoc">Failed to install DirectX with BYOND.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a9b5e439c28e48c63cfd341a09475181f"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9b5e439c28e48c63cfd341a09475181f">Tgstation.Server.Api.Models.ErrorCode.EngineFirewallFail</a></div><div class="ttdeci">@ EngineFirewallFail</div><div class="ttdoc">Attempt to add DreamDaemon to the list of firewall exempt processes failed.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a9ba2c8a326ad80df8e791b207e8c3b47"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9ba2c8a326ad80df8e791b207e8c3b47">Tgstation.Server.Api.Models.ErrorCode.MissingGCore</a></div><div class="ttdeci">@ MissingGCore</div><div class="ttdoc">Missing GCore executable.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a9be896e4189c3bed74bfd767114623ab"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9be896e4189c3bed74bfd767114623ab">Tgstation.Server.Api.Models.ErrorCode.FileUploadExpired</a></div><div class="ttdeci">@ FileUploadExpired</div><div class="ttdoc">A job requiring a file upload did not receive it before timing out.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8a9dc37a615f882938b7f48d359278af32"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a9dc37a615f882938b7f48d359278af32">Tgstation.Server.Api.Models.ErrorCode.DeploymentExitCode</a></div><div class="ttdeci">@ DeploymentExitCode</div><div class="ttdoc">Compiler failed to compile.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aa3364f781ce5d54c217bdba6a4f8fe47"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aa3364f781ce5d54c217bdba6a4f8fe47">Tgstation.Server.Api.Models.ErrorCode.UserMissingName</a></div><div class="ttdeci">@ UserMissingName</div><div class="ttdoc">Attempted to create a user with a null or whitespace UserName.Name.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aa7e647228c270688b33eebe6c40b4fd1"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aa7e647228c270688b33eebe6c40b4fd1">Tgstation.Server.Api.Models.ErrorCode.InstanceDetachOnline</a></div><div class="ttdeci">@ InstanceDetachOnline</div><div class="ttdoc">Attempted to detach an Instance while it was Instance.Online.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aa9f54d7bb19782121fa03fab399ba5f7"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aa9f54d7bb19782121fa03fab399ba5f7">Tgstation.Server.Api.Models.ErrorCode.InstanceMissingDreamMakerSettings</a></div><div class="ttdeci">@ InstanceMissingDreamMakerSettings</div><div class="ttdoc">Missing Internal.DreamMakerSettings in database.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aaa4f2a635185665f10e6be24896ce863"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aaa4f2a635185665f10e6be24896ce863">Tgstation.Server.Api.Models.ErrorCode.InstanceMissingRepositorySettings</a></div><div class="ttdeci">@ InstanceMissingRepositorySettings</div><div class="ttdoc">Missing RepositorySettings in database.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aaaec11788df5646126e13df7d134d4a8"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aaaec11788df5646126e13df7d134d4a8">Tgstation.Server.Api.Models.ErrorCode.DeploymentNeverValidated</a></div><div class="ttdeci">@ DeploymentNeverValidated</div><div class="ttdoc">The DMAPI never validated itself.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aab217c3aea820156b624733a34ab3c48"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aab217c3aea820156b624733a34ab3c48">Tgstation.Server.Api.Models.ErrorCode.RequiresPosixSystemIdentity</a></div><div class="ttdeci">@ RequiresPosixSystemIdentity</div><div class="ttdoc">The operation requires the unimplemented POSIX system identities feature.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aae998a2af079dd29d0ccdc981b56bdf4"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aae998a2af079dd29d0ccdc981b56bdf4">Tgstation.Server.Api.Models.ErrorCode.GitHubApiRateLimit</a></div><div class="ttdeci">@ GitHubApiRateLimit</div><div class="ttdoc">A required GitHub API call failed due to rate limiting.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aaf876d87e92badc0f5d3e4d42395257e"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aaf876d87e92badc0f5d3e4d42395257e">Tgstation.Server.Api.Models.ErrorCode.ChatCannotConnectProvider</a></div><div class="ttdeci">@ ChatCannotConnectProvider</div><div class="ttdoc">An attempt to connect a chat bot failed.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aaf8ed188c1807a49b9ea5cdb5ceb12c9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aaf8ed188c1807a49b9ea5cdb5ceb12c9">Tgstation.Server.Api.Models.ErrorCode.RepoReferenceRequired</a></div><div class="ttdeci">@ RepoReferenceRequired</div><div class="ttdoc">Cannot perform operation while not on a Internal.RepositoryApiBase.Reference.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aafc428eb4bcd3a2488e41337c34ee233"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aafc428eb4bcd3a2488e41337c34ee233">Tgstation.Server.Api.Models.ErrorCode.RepoMismatchUserAndAccessToken</a></div><div class="ttdeci">@ RepoMismatchUserAndAccessToken</div><div class="ttdoc">One of RepositorySettings.AccessUser and RepositorySettings.AccessToken is set while the other isn't.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ab254802c60656270a5f21f42da04bc0e"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ab254802c60656270a5f21f42da04bc0e">Tgstation.Server.Api.Models.ErrorCode.UserMismatchNameSid</a></div><div class="ttdeci">@ UserMismatchNameSid</div><div class="ttdoc">Attempted to create a user with a UserName.Name and Internal.UserModelBase.SystemIdentifier.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ab6a3956ae3bf109dc8b764f42873c54f"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ab6a3956ae3bf109dc8b764f42873c54f">Tgstation.Server.Api.Models.ErrorCode.NoPortsAvailable</a></div><div class="ttdeci">@ NoPortsAvailable</div><div class="ttdoc">Attempted to create an instance but no free ports could be found.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ab6aac8a71757f5fdf164188595806e72"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ab6aac8a71757f5fdf164188595806e72">Tgstation.Server.Api.Models.ErrorCode.ConfigurationDirectoryNotEmpty</a></div><div class="ttdeci">@ ConfigurationDirectoryNotEmpty</div><div class="ttdoc">Attempted to delete an non-empty directory.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ab9282dd7e1487afc912234db39bbbde7"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ab9282dd7e1487afc912234db39bbbde7">Tgstation.Server.Api.Models.ErrorCode.AdminUserCannotHaveServiceConnection</a></div><div class="ttdeci">@ AdminUserCannotHaveServiceConnection</div><div class="ttdoc">Attempted to set Internal.UserApiBase.OAuthConnections for the admin user.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ab97fe4295c7ba65db3c6ef4eb3c9c2bb"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ab97fe4295c7ba65db3c6ef4eb3c9c2bb">Tgstation.Server.Api.Models.ErrorCode.RepoMismatchShaAndUpdate</a></div><div class="ttdeci">@ RepoMismatchShaAndUpdate</div><div class="ttdoc">Attempted to Request.RepositoryUpdateRequest.CheckoutSha and Request.RepositoryUpdateRequest....</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aba0c79489c0f2479b00774e07eaf59e1"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aba0c79489c0f2479b00774e07eaf59e1">Tgstation.Server.Api.Models.ErrorCode.BadUserEditDueToOidcStrictMode</a></div><div class="ttdeci">@ BadUserEditDueToOidcStrictMode</div><div class="ttdoc">Attempted to edit a user security property which is locked down due to the server being in Response....</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8abd8569dcf6e1e7cce0c99dbbb9f25785"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8abd8569dcf6e1e7cce0c99dbbb9f25785">Tgstation.Server.Api.Models.ErrorCode.ChatBotWrongChannelType</a></div><div class="ttdeci">@ ChatBotWrongChannelType</div><div class="ttdoc">A requested ChatChannel's data does not match with its Internal.ChatBotSettings.Provider.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8abe142fe273ff3a9ab873a266266e937f"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8abe142fe273ff3a9ab873a266266e937f">Tgstation.Server.Api.Models.ErrorCode.RepoSwappedShaOrReference</a></div><div class="ttdeci">@ RepoSwappedShaOrReference</div><div class="ttdoc">Either Request.RepositoryUpdateRequest.CheckoutSha or Internal.RepositoryApiBase.Reference was in one...</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8abf653fb5de0c10b302e6a44d01265fe8"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8abf653fb5de0c10b302e6a44d01265fe8">Tgstation.Server.Api.Models.ErrorCode.ResourceNeverPresent</a></div><div class="ttdeci">@ ResourceNeverPresent</div><div class="ttdoc">Attempted to access a resource that was never present.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8abf9934713310451764b20b60bb051d96"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8abf9934713310451764b20b60bb051d96">Tgstation.Server.Api.Models.ErrorCode.DeploymentTimeout</a></div><div class="ttdeci">@ DeploymentTimeout</div><div class="ttdoc">A deployment took longer than the configured timeout.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ac0333e5b9060e7ec5e504858490db907"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ac0333e5b9060e7ec5e504858490db907">Tgstation.Server.Api.Models.ErrorCode.ResourceNotPresent</a></div><div class="ttdeci">@ ResourceNotPresent</div><div class="ttdoc">Attempted to access a resourse that is not (currently) present.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ac043c16f72e845bae9e6a18cf61cb70c"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ac043c16f72e845bae9e6a18cf61cb70c">Tgstation.Server.Api.Models.ErrorCode.InstanceLimitReached</a></div><div class="ttdeci">@ InstanceLimitReached</div><div class="ttdoc">Attempted to create an Instance but the configured instance limit has been reached.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ac265941eb5008a4ffefcdfa055fc090c"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ac265941eb5008a4ffefcdfa055fc090c">Tgstation.Server.Api.Models.ErrorCode.DeploymentWrongDme</a></div><div class="ttdeci">@ DeploymentWrongDme</div><div class="ttdoc">The configured .dme could not be found.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ac456aa0688e3c635d73c72b021de12bf"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ac456aa0688e3c635d73c72b021de12bf">Tgstation.Server.Api.Models.ErrorCode.RepoTestMergeInvalidRemote</a></div><div class="ttdeci">@ RepoTestMergeInvalidRemote</div><div class="ttdoc">Attempted to test merge with an invalid remote repository.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ac9241b2a69ac456afa664e7c47ac9b39"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ac9241b2a69ac456afa664e7c47ac9b39">Tgstation.Server.Api.Models.ErrorCode.DatabaseIntegrityConflict</a></div><div class="ttdeci">@ DatabaseIntegrityConflict</div><div class="ttdoc">Generic database integrity failure.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8acc88a1ecdc7342ee66cbaa257334a82f"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8acc88a1ecdc7342ee66cbaa257334a82f">Tgstation.Server.Api.Models.ErrorCode.UserColonInName</a></div><div class="ttdeci">@ UserColonInName</div><div class="ttdoc">Attempted to create a user with a ':' character in the UserName.Name.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ad27cb08b02e194991882f231d87b9030"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ad27cb08b02e194991882f231d87b9030">Tgstation.Server.Api.Models.ErrorCode.CannotChangeServerSuite</a></div><div class="ttdeci">@ CannotChangeServerSuite</div><div class="ttdoc">Attempted to change to a major version less than 4.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ad681ffbd2e96499be9ea487111200bd9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ad681ffbd2e96499be9ea487111200bd9">Tgstation.Server.Api.Models.ErrorCode.EngineDownloadFail</a></div><div class="ttdeci">@ EngineDownloadFail</div><div class="ttdoc">Failed to download a given engine version.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ad907253a8311174e10b0231cae280bc2"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ad907253a8311174e10b0231cae280bc2">Tgstation.Server.Api.Models.ErrorCode.UserLimitReached</a></div><div class="ttdeci">@ UserLimitReached</div><div class="ttdoc">Attempted to create a user but the configured limit has been reached.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8add38e6da07b457322c287231a4b8f772"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8add38e6da07b457322c287231a4b8f772">Tgstation.Server.Api.Models.ErrorCode.PortNotAvailable</a></div><div class="ttdeci">@ PortNotAvailable</div><div class="ttdoc">Attempted to set a port which is either in use by another part of TGS or otherwise not available for ...</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aded687bc590419f813a657d0ab331fb8"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aded687bc590419f813a657d0ab331fb8">Tgstation.Server.Api.Models.ErrorCode.WatchdogStartupFailed</a></div><div class="ttdeci">@ WatchdogStartupFailed</div><div class="ttdoc">Game server exited before it finished starting.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ae272fba7876aca6039eb7560c8daa7be"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae272fba7876aca6039eb7560c8daa7be">Tgstation.Server.Api.Models.ErrorCode.UserMismatchPasswordSid</a></div><div class="ttdeci">@ UserMismatchPasswordSid</div><div class="ttdoc">Attempted to create a user with a Request.UserUpdateRequest.Password and Internal....</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ae28c40985767e08e7ea5dd1814234832"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae28c40985767e08e7ea5dd1814234832">Tgstation.Server.Api.Models.ErrorCode.EngineCannotDeleteActiveVersion</a></div><div class="ttdeci">@ EngineCannotDeleteActiveVersion</div><div class="ttdoc">Could not delete a engine version due to it being set as the active version for the instance.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ae3906f00cec97d4fe45a2380586e70ff"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae3906f00cec97d4fe45a2380586e70ff">Tgstation.Server.Api.Models.ErrorCode.EngineNonExistentCustomVersion</a></div><div class="ttdeci">@ EngineNonExistentCustomVersion</div><div class="ttdoc">Attempted to switch to a custom engine version that does not exist.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ae390eb31f661edf88bb3deed466098a1"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae390eb31f661edf88bb3deed466098a1">Tgstation.Server.Api.Models.ErrorCode.OAuthProviderDisabled</a></div><div class="ttdeci">@ OAuthProviderDisabled</div><div class="ttdoc">Attempted to login with a disabled OAuth provider.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ae81957bf66d058288d7977abc4d02fdf"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae81957bf66d058288d7977abc4d02fdf">Tgstation.Server.Api.Models.ErrorCode.WatchdogStartupTimeout</a></div><div class="ttdeci">@ WatchdogStartupTimeout</div><div class="ttdoc">Game server timed-out before it finished starting.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8ae9174043b3cb148be4194a6d1d17f72d"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae9174043b3cb148be4194a6d1d17f72d">Tgstation.Server.Api.Models.ErrorCode.InstanceNotAtWhitelistedPath</a></div><div class="ttdeci">@ InstanceNotAtWhitelistedPath</div><div class="ttdoc">Attempted to create an instance outside of the Internal.ServerInformationBase.ValidInstancePaths.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aebbb3dd24e1c4ada3a50e92e2dec4dfb"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aebbb3dd24e1c4ada3a50e92e2dec4dfb">Tgstation.Server.Api.Models.ErrorCode.RepoCannotAuthenticate</a></div><div class="ttdeci">@ RepoCannotAuthenticate</div><div class="ttdoc">The remote returned an invalid authentication request.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aecbf01325f1c744e9d7bb586ac2eb5ed"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aecbf01325f1c744e9d7bb586ac2eb5ed">Tgstation.Server.Api.Models.ErrorCode.InternalServerError</a></div><div class="ttdeci">@ InternalServerError</div><div class="ttdoc">An implementation error occurred while processing the request.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aeefdaf630484c27f44b218cacd77c325"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aeefdaf630484c27f44b218cacd77c325">Tgstation.Server.Api.Models.ErrorCode.PostDeployFailure</a></div><div class="ttdeci">@ PostDeployFailure</div><div class="ttdoc">Failed to post GitHub comments, or send TGS event.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8aefde5659eb82d8943cf3a4e4638c5aaf"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aefde5659eb82d8943cf3a4e4638c5aaf">Tgstation.Server.Api.Models.ErrorCode.ChatBotMaxChannels</a></div><div class="ttdeci">@ ChatBotMaxChannels</div><div class="ttdoc">Attempted to configure a chat bot with more ChatChannels than the configured Internal....</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8af0345b1fb1d4e36d1812269f61e9fef5"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8af0345b1fb1d4e36d1812269f61e9fef5">Tgstation.Server.Api.Models.ErrorCode.InstanceUpdateTestMergeConflict</a></div><div class="ttdeci">@ InstanceUpdateTestMergeConflict</div><div class="ttdoc">Performing an automatic update with the RepositorySettings.AutoUpdatesKeepTestMerges flag resulted in...</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8af40ff43d6bdd997d14777205bf242031"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8af40ff43d6bdd997d14777205bf242031">Tgstation.Server.Api.Models.ErrorCode.GameServerDoubleSoft</a></div><div class="ttdeci">@ GameServerDoubleSoft</div><div class="ttdoc">Attempted to make a game server update with both Internal.DreamDaemonApiBase.SoftRestart and Internal...</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8af645350448c0a24e5ac8719c6feb29e6"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8af645350448c0a24e5ac8719c6feb29e6">Tgstation.Server.Api.Models.ErrorCode.DotnetDiagnosticsFailure</a></div><div class="ttdeci">@ DotnetDiagnosticsFailure</div><div class="ttdoc">Failed dotnet diagnostics dump.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8af662af99131e87fa6b20c1763aba0e56"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8af662af99131e87fa6b20c1763aba0e56">Tgstation.Server.Api.Models.ErrorCode.UserGroupLimitReached</a></div><div class="ttdeci">@ UserGroupLimitReached</div><div class="ttdoc">Attempted to create a user group but the configured limit has been reached.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8afa99a2b441cca23d1e6bb1f529c1bf25"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8afa99a2b441cca23d1e6bb1f529c1bf25">Tgstation.Server.Api.Models.ErrorCode.UserGroupNotEmpty</a></div><div class="ttdeci">@ UserGroupNotEmpty</div><div class="ttdoc">Tried to delete a non-empty user group.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8afbfea396f8e9644c15896b45af4e9e0a"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8afbfea396f8e9644c15896b45af4e9e0a">Tgstation.Server.Api.Models.ErrorCode.GameServerPortInUse</a></div><div class="ttdeci">@ GameServerPortInUse</div><div class="ttdoc">Could not bind to port we wanted to launch the game server on.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8afd8f6fed2771e446b2a36e386faabf5a"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8afd8f6fed2771e446b2a36e386faabf5a">Tgstation.Server.Api.Models.ErrorCode.InstanceWhitespaceNameOrPath</a></div><div class="ttdeci">@ InstanceWhitespaceNameOrPath</div><div class="ttdoc">Attempted to create an Instance with a whitespace NamedEntity.Name or Instance.Path.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8affe9e7a99c78561f62c93fe4b95e59b1"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8affe9e7a99c78561f62c93fe4b95e59b1">Tgstation.Server.Api.Models.ErrorCode.DeploymentMissingDme</a></div><div class="ttdeci">@ DeploymentMissingDme</div><div class="ttdoc">The configured .dme could not be found.</div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_common_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_common.html">Tgstation.Server.Common</a></div><div class="ttdef"><b>Definition</b> <a href="_constants_8cs_source.html#l00001">Constants.cs:2</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>