Lines Matching refs:error
5 use tokio::sync::mpsc::error::SendError as MpscSendError;
12 #[error("attribute not found")]
14 #[error("transaction is stopped")]
16 #[error("transaction not exists")]
18 #[error("transaction exists with same id")]
20 #[error("agent is closed")]
22 #[error("transaction is timed out")]
24 #[error("no default reason for ErrorCode")]
26 #[error("unexpected EOF")]
28 #[error("attribute size is invalid")]
30 #[error("attribute size overflow")]
32 #[error("attempt to decode to nil message")]
34 #[error("unexpected EOF: not enough bytes to read header")]
36 #[error("integrity check failed")]
38 #[error("fingerprint check failed")]
40 #[error("FINGERPRINT before MESSAGE-INTEGRITY attribute")]
42 #[error("bad UNKNOWN-ATTRIBUTES size")]
44 #[error("invalid length of IP value")]
46 #[error("no connection provided")]
48 #[error("client is closed")]
50 #[error("no agent is set")]
52 #[error("collector is closed")]
54 #[error("unsupported network")]
56 #[error("invalid url")]
58 #[error("unknown scheme type")]
60 #[error("invalid hostname")]
62 #[error("{0}")]
64 #[error("url parse: {0}")]
66 #[error("utf8: {0}")]
68 #[error("{0}")]
70 #[error("mpsc send: {0}")]
72 #[error("{0}")]
77 #[error("io error: {0}")]