Click or drag to resize

ExternalOperationCallingExceptionReason Enumeration

Reason for throwing ExternalOperationCallingException.

Namespace:  Resto.Front.Api.Exceptions
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public enum ExternalOperationCallingExceptionReason
Members
  Member nameValueDescription
NetworkProblem0 Cannot call external operation on another terminal because of network problems.
OperationNotRegistered1 Cannot call external operation on current or another terminal because of operation doesn't exist.
OperationFailed2 External operation execution failed on current or another terminal.
See Also