Constant sqa_jack::STATUS_NAME_NOT_UNIQUE []

pub const STATUS_NAME_NOT_UNIQUE: JackStatus = JackStatus{bits: jack_sys::JackNameNotUnique,}

The desired client name was not unique. With the JackUseExactName option this situation is fatal. Otherwise, the name was modified by appending a dash and a two-digit number in the range "-01" to "-99". The jack_get_client_name() function will return the exact string that was used. If the specified client_name plus these extra characters would be too long, the open fails instead.