LocalProxyError enum
The errors of local proxy connection.
Values
- ok → const LocalProxyError
- 
  There are no errors in local proxies. 
- socks5VersionError → const LocalProxyError
- 
  The connection to Socks5 proxy failed because the proxy server replies wrong version numbers which don't accord with the Socks5 document. Please check the proxy server. 
- socks5FormatError → const LocalProxyError
- 
  The connection to Socks5 proxy failed because the format of the proxy's replies doesn't accord with the Socks5 document. Please check the proxy server. 
- socks5InvalidValue → const LocalProxyError
- 
  The connection to Socks5 proxy failed because the proxy replies wrong information which doesn't accord with the Socks5 document. Please check the proxy server. 
- socks5UserPassNotGiven → const LocalProxyError
- 
  The connection to Socks5 proxy failed because the username and password of the local proxy are not provided. Please call RTCVideo.setLocalProxy and enter your username and password. 
- socks5TcpClosed → const LocalProxyError
- 
  The connection to Socks5 proxy failed because TCP is closed. Please check the proxy server and your network connection status. 
- httpTunnelFailed → const LocalProxyError
- 
  Errors in Http tunnel proxy. Please check Http tunnel proxy and your network connection status. 
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- 
    values
  → const List<LocalProxyError> 
- A constant List of the values in this enum, in order of their declaration.