diff --git a/typespec/einnsyn.exceptions.tsp b/typespec/einnsyn.exceptions.tsp index 425e6b2..e9aa6a9 100644 --- a/typespec/einnsyn.exceptions.tsp +++ b/typespec/einnsyn.exceptions.tsp @@ -53,6 +53,11 @@ namespace Exceptions { type: "methodNotAllowed"; } + @error + model TooManyUnverifiedOrdersException extends EInnsynException { + type: "tooManyUnverifiedOrders"; + } + @error model ValidationException extends EInnsynException { type: "validationError";