Possible actions for cought error.
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public enum ZyanErrorAction :  short
Collapse/Expand Members
  Member name Description
Enum Field Ignore Ignore the error.
Enum Field Retry Retry the request.
Enum Field ThrowException Throws the exception.