//! Error codes that are defined in RFC 8016.
use crateErrorCode;
/// `405`: "Mobility Forbidden".
///
/// > 405 (Mobility Forbidden): Mobility request was valid but cannot be performed due to administrative or similar restrictions.
/// >
/// > [RFC 8016 -- 3.4]
///
/// [RFC 8016 -- 3.4]: https://www.rfc-editor.org/rfc/rfc8016.html#section-3.4
;