Resto.Front.Api.V5.Exceptions Namespace |
Class | Description | |
---|---|---|
AuthenticationException |
The exception that is thrown when plugin authentication fails.
| |
CannotAddInactiveProductException |
The exception that is thrown on attempt to use product which isn't included in menu.
| |
CannotCancelNotNewDeliveryException |
The exception that is thrown on attempt to cancel delivery, which status is other than New or Unconfirmed.
| |
CannotCreateEntityException |
The exception that is thrown when entity creation fails.
Most likely reason for this exception is network problem.
| |
CannotUseInactiveEntityException |
The exception that is thrown when entity cannot be used in specific context because it is inactive.
| |
ConstraintViolationException |
The exception that is thrown when an operation violates business model constraints.
| |
EntityAlreadyInUseException |
The exception that is thrown on attempt to change entity that is already being edited by someone.
| |
EntityModifiedException |
The exception that is thrown when versioned entity was modified by someone between reading an entity and applying changes to it.
In general case parallel changes cannot be merged automatically, so optimistic locking prevents overwriting someones changes or getting inconsistent entity state.
| |
EntityNotFoundException |
The exception that is thrown on attempt to use entity that doesn't exist.
| |
EntityStubUsingException |
Entity stub usage outruns its creation or entity stub from one edit session is used in another edit session.
| |
EntityUsingException |
The exception that is thrown when entity cannot be used in specific context.
| |
FrontApiException |
Represents a common base error in either the service or client side of Api.
| |
InsufficientLicenseException |
The exception that is thrown when license slot cannot be acquired.
| |
LicenseRestrictionException |
The exception that is thrown on calling unlicensed operation.
| |
PaymentActionCancelledException |
Exception to notify that payment action was cancelled.
| |
PaymentActionFailedException |
Exception to notify that payment, cancel payment or return payment actions was not successful.
| |
PaymentSystemRegistrationException |
The exception that is thrown when a specified payment system was not registered.
| |
PaymentTypeConfigurationException |
The exception that is thrown when a specified payment type is not well configured.
| |
PermissionDeniedException |
The exception that is thrown on trying to execute operation without having required permissions.
| |
PluginSettingsException |
The exception that is thrown when plugin settings operation fails.
| |
PreliminaryOrderEditTemporaryUnavailableException |
The exception that is thrown when a preliminary order edit temporarily cannot be executed due to networking issues.
| |
ServerConnectionException |
The exception that is thrown when message wasn't sent due to connection troubles.
| |
UserPersonalSessionNotOpenedException | ||
UserSessionInvalidException |
The exception that is thrown on trying to use credentials that doesn't correspond to valid user session.
Session may become outdated if user is deactivated or his pin is changed since session start.
|