Home
last modified time | relevance | path

Searched defs:ErrorCode (Results 1 – 2 of 2) sorted by relevance

/webrtc/stun/src/
H A Derror_code.rs81 pub struct ErrorCode(pub u16); struct
83 impl Setter for ErrorCode { implementation
/webrtc/turn/src/server/
H A Drequest.rs234 response_code: ErrorCode, in respond_with_nonce()