//! Error codes that are defined in [RFC 5389 -- 15.6 ERROR-CODE].
//!
//! [RFC 5389 -- 15.6 ERROR-CODE]: https://tools.ietf.org/html/rfc5389#section-15.6
use crateErrorCode;
/// `487`: "Role Conflict".
///
/// > The client asserted an ICE role (controlling or
/// > controlled) that is in conflict with the role of the server.
/// >
/// > [RFC 5245 -- 21.3. STUN Error Responses]
///
/// [RFC 5245 -- 21.3. STUN Error Responses]: https://tools.ietf.org/html/rfc5245#section-21.3
;