enum UnsupportedCandidateReasonTypeextension UnsupportedCandidateReasonType : Equatable, Hashable, SendableThe reason why a candidate is not supported.
- 
                  
                  
Candidate is not supported due to missing structure address setup.
Declaration
Swift
case missingStructureAddressSetup - 
                  
                  
Candidate is not supported due to missing presence sensing setup.
Declaration
Swift
case missingPresenceSensingSetup(setupType: PresenceSensingSetupType) - 
                  
                  
Candidate is not supported due to missing subscription setup.
Declaration
Swift
case missingSubscription - 
                  
                  
Unknown
Declaration
Swift
case unknown