Lines Matching refs:error

13     #[error("turn: RelayAddress must be valid IP to use RelayAddressGeneratorStatic")]
15 #[error("turn: PacketConnConfigs and ConnConfigs are empty, unable to proceed")]
17 #[error("turn: PacketConnConfig must have a non-nil Conn")]
19 #[error("turn: ListenerConfig must have a non-nil Listener")]
21 #[error("turn: RelayAddressGenerator has invalid ListeningAddress")]
23 #[error("turn: RelayAddressGenerator in RelayConfig is unset")]
25 #[error("turn: max retries exceeded")]
27 #[error("turn: MaxPort must be not 0")]
29 #[error("turn: MaxPort must be not 0")]
31 #[error("turn: MaxPort less than MinPort")]
33 #[error("turn: relay_conn cannot not be nil")]
35 #[error("turn: TODO")]
37 #[error("turn: already listening")]
39 #[error("turn: Server failed to close")]
41 #[error("turn: failed to retransmit transaction")]
43 #[error("all retransmissions failed")]
45 #[error("no binding found for channel")]
47 #[error("STUN server address is not set for the client")]
49 #[error("only one Allocate() caller is allowed")]
51 #[error("already allocated")]
53 #[error("non-STUN message from STUN server")]
55 #[error("failed to decode STUN message")]
57 #[error("unexpected STUN request message")]
59 #[error("channel number not in [0x4000, 0x7FFF]")]
61 #[error("channelData length != len(Data)")]
63 #[error("unexpected EOF")]
65 #[error("invalid value for requested family attribute")]
67 #[error("fake error")]
69 #[error("try again")]
71 #[error("use of closed network connection")]
73 #[error("addr is not a net.UDPAddr")]
75 #[error("already closed")]
77 #[error("try-lock is already locked")]
79 #[error("transaction closed")]
81 #[error("wait_for_result called on non-result transaction")]
83 #[error("failed to build refresh request")]
85 #[error("failed to refresh allocation")]
87 #[error("failed to get lifetime from refresh response")]
89 #[error("too short buffer")]
91 #[error("unexpected response type")]
93 #[error("AllocatePacketConn must be set")]
95 #[error("AllocateConn must be set")]
97 #[error("LeveledLogger must be set")]
99 #[error("you cannot use the same channel number with different peer")]
101 #[error("allocations must not be created with nil FivTuple")]
103 #[error("allocations must not be created with nil FiveTuple.src_addr")]
105 #[error("allocations must not be created with nil FiveTuple.dst_addr")]
107 #[error("allocations must not be created with nil turnSocket")]
109 #[error("allocations must not be created with a lifetime of 0")]
111 #[error("allocation attempt created with duplicate FiveTuple")]
113 #[error("failed to cast net.Addr to *net.UDPAddr")]
115 #[error("failed to generate nonce")]
117 #[error("failed to send error message")]
119 #[error("duplicated Nonce generated, discarding request")]
121 #[error("no such user exists")]
123 #[error("unexpected class")]
125 #[error("unexpected method")]
127 #[error("failed to handle")]
129 #[error("unhandled STUN packet")]
131 #[error("unable to handle ChannelData")]
133 #[error("failed to create stun message from packet")]
135 #[error("failed to create channel data from packet")]
137 #[error("relay already allocated for 5-TUPLE")]
139 #[error("RequestedTransport must be UDP")]
141 #[error("no support for DONT-FRAGMENT")]
143 #[error("Request must not contain RESERVATION-TOKEN and EVEN-PORT")]
145 #[error("no allocation found")]
147 #[error("unable to handle send-indication, no permission added")]
149 #[error("packet write smaller than packet")]
151 #[error("no such channel bind")]
153 #[error("failed writing to socket")]
155 #[error("parse int: {0}")]
157 #[error("parse addr: {0}")]
159 #[error("{0}")]
161 #[error("{0}")]
163 #[error("{0}")]
165 #[error("{0}")]
170 #[error("io error: {0}")]