LocalProxyError enum

本地代理错误。

Inheritance

Constructors

LocalProxyError()
const

Values

ok → const LocalProxyError

本地代理服务器无错误。

socks5VersionError → const LocalProxyError

代理服务器回复的版本号不符合 Socks5 协议标准文档的规定,导致 Socks5 代理连接失败。请检查代理服务器是否存在异常。

socks5FormatError → const LocalProxyError

代理服务器回复的格式错误不符合 Socks5 协议标准文档的规定,导致 Socks5 代理连接失败。请检查代理服务器是否存在异常。

socks5InvalidValue → const LocalProxyError

代理服务器回复的字段值不符合 Socks5 协议标准文档的规定,导致 Socks5 代理连接失败。请检查代理服务器是否存在异常。

socks5UserPassNotGiven → const LocalProxyError

未提供代理服务器的用户名及密码,导致 Socks5 代理连接失败。请重新调用 RTCVideo.setLocalProxy,在设置本地代理时填入用户名和密码。

socks5TcpClosed → const LocalProxyError

TCP 关闭,导致 Socks5 代理连接失败。请检查网络或者代理服务器是否存在异常。

httpTunnelFailed → const LocalProxyError

Http 隧道代理错误。请检查 Http 隧道代理服务器或者网络是否存在异常。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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.