| /** | |
| * Error codes for tsetse checks. | |
| * | |
| * Start with 21222 and increase linearly. | |
| * The intent is for these codes to be fixed, so that tsetse users can | |
| * search for them in user forums and other media. | |
| */ | |
| export enum ErrorCode { | |
| CHECK_RETURN_VALUE = 21222, | |
| EQUALS_NAN = 21223, | |
| BAN_EXPECT_TRUTHY_PROMISE = 21224, | |
| MUST_USE_PROMISES = 21225, | |
| BAN_PROMISE_AS_CONDITION = 21226, | |
| PROPERTY_RENAMING_SAFE = 21227, | |
| CONFORMANCE_PATTERN = 21228, | |
| } |