Skip to content

Commit 39d5d7f

Browse files
authored
Merge pull request #11 from felleslosninger/gne-too-many-orders-exception
Add TooManyUnverifiedOrdersException
2 parents 87c60f1 + 911cd0a commit 39d5d7f

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)