Skip to content

Commit b2414cd

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/js-yaml-4.1.1
2 parents d9c05df + 39d5d7f commit b2414cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

typespec/einnsyn.exceptions.tsp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ namespace Exceptions {
5353
type: "methodNotAllowed";
5454
}
5555

56+
@error
57+
model TooManyUnverifiedOrdersException extends EInnsynException {
58+
type: "tooManyUnverifiedOrders";
59+
}
60+
5661
@error
5762
model ValidationException extends EInnsynException {
5863
type: "validationError";

0 commit comments

Comments
 (0)