This commit is contained in:
John Freeman
2024-11-11 20:28:31 -06:00
committed by Bronek Kozicki
parent ff8c6491d7
commit a8ec8e7eaa
2 changed files with 17 additions and 2 deletions

View File

@@ -346,6 +346,7 @@ enum TECcodes : TERUnderlyingType {
tecLOCKED = 192,
tecBAD_CREDENTIALS = 193,
tecWRONG_ASSET = 194,
tecLIMIT_EXCEEDED = 195,
};
//------------------------------------------------------------------------------