ExternalOperationCallingExceptionReason Enumeration | 
  
    Namespace: 
   Resto.Front.Api.Exceptions
    Assembly:
   Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntaxpublic enum ExternalOperationCallingExceptionReason
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | NetworkProblem | 0 | 
            Cannot call external operation on another terminal because of network problems.
             | 
 | OperationNotRegistered | 1 | 
            Cannot call external operation on current or another terminal because of operation doesn't exist.
             | 
 | OperationFailed | 2 | 
            External operation execution failed on current or another terminal.
             | 
See Also