Module webrtc_ice::errors[][src]

Structs

ERR_ADDRESS_PARSE_FAILED

Indicates we were unable to parse a candidate address.

ERR_ATTRIBUTE_TOO_SHORT_ICE_CANDIDATE
ERR_CANCELED_BY_CALLER

Indicates agent connection was canceled by the caller.

ERR_CLOSED

Indicates the agent is closed.

ERR_CLOSING_CONNECTION
ERR_CONNECTION_ADDR_ALREADY_EXIST
ERR_DETERMINE_NETWORK_TYPE
ERR_EXTERNAL_MAPPED_IP_NOT_FOUND

IPNotFound in NAT1To1IPMapping.

ERR_GET_XOR_MAPPED_ADDR_RESPONSE
ERR_HOST

Indicates malformed hostname is provided.

ERR_ICE_WRITE_STUN_MESSAGE
ERR_INEFFECTIVE_NAT_1TO1_IP_MAPPING_HOST

Indicates that 1:1 NAT IP mapping for host candidate is requested, but the host candidate type is disabled.

ERR_INEFFECTIVE_NAT_1TO1_IP_MAPPING_SRFLX

Indicates that 1:1 NAT IP mapping for srflx candidate is requested, but the srflx candidate type is disabled.

ERR_INVALID_MULTICAST_DNSHOST_NAME

Indicates an invalid MulticastDNSHostName.

ERR_INVALID_NAT_1TO1_IP_MAPPING

Indicates that the given 1:1 NAT IP mapping is invalid.

ERR_INVALID_QUERY

Indicates an malformed query is provided.

ERR_INVALID_URL
ERR_LITE_USING_NON_HOST_CANDIDATES

Indicates that non host candidates were selected for a lite agent.

ERR_LOCAL_PWD_INSUFFICIENT_BITS

Indicates local passoword insufficient bits are provided. Have to be at least 128 bits long.

ERR_LOCAL_UFRAG_INSUFFICIENT_BITS

Indicates local username fragment insufficient bits are provided. Have to be at least 24 bits long.

ERR_MISMATCH_USERNAME
ERR_MISSING_PROTOCOL_SCHEME
ERR_MULTICAST_DNS_WITH_NAT_1TO1_IP_MAPPING

Indicates that the mDNS gathering cannot be used along with 1:1 NAT IP mapping for host candidate.

ERR_MULTIPLE_GATHER_ATTEMPTED

Indicates GatherCandidates has been called multiple times.

ERR_MULTIPLE_START

Indicates agent was started twice.

ERR_NO_CANDIDATE_PAIRS

Indicates agent does not have a valid candidate pair.

ERR_NO_ON_CANDIDATE_HANDLER

Indicates agent was started without on_candidate.

ERR_PARSE_COMPONENT
ERR_PARSE_PORT
ERR_PARSE_PRIORITY
ERR_PARSE_RELATED_ADDR
ERR_PARSE_TYPE
ERR_PASSWORD_EMPTY

Indicates agent was give TURN URL with an empty Password.

ERR_PORT

Indicates malformed port is provided.

ERR_PROTO_TYPE

Indicates an unsupported transport type was provided.

ERR_READ
ERR_READING_STREAMING_PACKET
ERR_REMOTE_PWD_EMPTY

Indicates agent was started with an empty remote pwd.

ERR_REMOTE_UFRAG_EMPTY

Indicates agent was started with an empty remote ufrag.

ERR_RESTART_WHEN_GATHERING

Indicates Restart was called when Agent is in GatheringStateGathering.

ERR_RUN_CANCELED

Indicates a run operation was canceled by its individual done.

ERR_SCHEME_TYPE

Indicates the scheme type could not be parsed.

ERR_SEND_PACKET
ERR_STUN_QUERY

Indicates query arguments are provided in a STUN URL.

ERR_TCP_MUX_NOT_INITIALIZED

Initialized Indicates TCPMux is not initialized and that invalidTCPMux is used.

ERR_TCP_REMOTE_ADDR_ALREADY_EXISTS

Indicates we already have the connection with same remote addr.

ERR_TOO_MANY_COLONS_ADDR
ERR_UNKNOWN_CANDIDATE_TYPE
ERR_UNKNOWN_ROLE
ERR_UNKNOWN_TYPE

Indicates an error with Unknown info.

ERR_UNSUPPORTED_NAT_1TO1_IP_CANDIDATE_TYPE

Indicates that the specified NAT1To1IPCandidateType is unsupported.

ERR_URL_PARSE_ERROR
ERR_USELESS_URLS_PROVIDED

Indicates that one or more URL was provided to the agent but no host candidate required them.

ERR_USERNAME_EMPTY

Indicates agent was give TURN URL with an empty Username.

ERR_WRITING