Home
last modified time | relevance | path

Searched refs:CODE_BAD_REQUEST (Results 1 – 2 of 2) sorted by relevance

/webrtc/stun/src/
H A Derror_code.rs101 pub const CODE_BAD_REQUEST: ErrorCode = ErrorCode(400); constant
138 (CODE_BAD_REQUEST, b"Bad Request".to_vec()),
/webrtc/turn/src/server/
H A Drequest.rs159 code: CODE_BAD_REQUEST, in authenticate_request()
343 code: CODE_BAD_REQUEST, in handle_allocate_request()
409 code: CODE_BAD_REQUEST, in handle_allocate_request()
720 code: CODE_BAD_REQUEST, in handle_channel_bind_request()