PaymentActionFailedExceptionReason Enumeration |
Namespace:
Resto.Front.Api.Exceptions
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax public enum PaymentActionFailedExceptionReason
Members
| Member name | Value | Description |
---|
| OrderNotFound | 0 | |
| CannotLockOrder | 1 | |
| OrderStatusIsNotOpened | 2 | |
| BanquetOrderNotSupported | 3 | |
| DeliveryOrderStatusIsUnconfirmed | 4 | |
| DeliveryOrderHasPurchases | 5 | |
| DeliveryOrderPrepayAndCloseOnDifferentTerminalNotSupported | 6 | |
| PayInTypeIsIncorrect | 7 | |
| PayOutTypeIsIncorrect | 8 | |
| PayOutOnUserFailed | 9 | |
| CafeSessionNotFound | 10 | |
| CashRegisterNotFound | 11 | |
| OnlyVirtualCashRegisterForPurchasesSupported | 12 | |
| UserNotFound | 13 | |
| UserPersonalSessionNotOpened | 14 | |
| NoUserPermissionsToAcceptingPayments | 15 | |
| NoUserPermissionsToPayAsWaiter | 16 | |
| NoUserPermissionsToPayOthersOrder | 17 | |
| NoUserPermissionsToApprovePointsAccural | 18 | |
| UserCashDrawerNotFound | 19 | |
| PaymentTypeNotSpecified | 20 | |
| PaymentTypeNotConfigured | 21 | |
| UncombinablePaymentTypes | 22 | |
| UncombinablePaymentTypesFiscalNonFiscal | 23 | |
| AutomaticPaymentTypeNotFound | 24 | |
| NotProcessedNotSilentPaymentsNotSupported | 25 | |
| PayOrderFailed | 26 | |
| CannotPrintOrder | 27 | |
| CannotEditStopList | 28 | |
| OrderBillOperationFailed | 29 | |
| PaymentsProcessingCanceled | 30 | |
| PaymentsProcessingFailed | 31 | |
| BeforeDoChequeOperationFailed | 32 | |
| ChequeTaskProcessorFailed | 33 | |
| CashRegisterOperationFailed | 34 | |
| MoreThanOnePaymentsWithChange | 35 | |
| ChangeSumEqualToPaymentsWithChangeSum | 36 | |
| ChangeSumGreaterThanPaymentsWithChangeSum | 37 | |
| PaymentSumNotEnough | 38 | |
| PaymentSumNotIntegral | 39 | |
| PaymentSumTooLarge | 40 | |
| CashNotEnough | 41 | |
| BillOrderBeforePayment | 42 | |
| SplitOrderBeforePayment | 43 | |
| CookingPlacesWithEmptyStores | 44 | |
| TimePayProductsInOrder | 45 | |
| ChequeSmsSendingNotSupported | 46 | |
| ChequeEmailSendingNotSupported | 47 | |
| ChequeSettlementPlaceNotSupported | 48 | |
| SomeOfCafeSessionsIsClosed | 49 | |
| SomeOrderItemsAlreadyReturned | 50 | |
| StornoOrderFailed | 51 | |
| StornoNotSupported | 52 | |
| OrderStatusIsNotClosed | 53 | |
| OrderCloseAndStornoOnDifferentTerminalNotSupported | 54 | |
| DeliveryOrderStatusIsCanceled | 55 | |
See Also