struct MatterUnsuccessfulCommissioningResultextension MatterUnsuccessfulCommissioningResult : SendableThe result of a failed Matter Commissioning attempt.
- 
                  
                  
The error that’s closest to the root cause of the Commissioning session failure.
Declaration
Swift
let detailedError: (any Error)? - 
                  
                  
A list of possible user actions to resolve the commissioning failure.
Declaration
Swift
let suggestedUserActions: [MatterSuggestedUserAction] - 
                  
                  
A string representation of the trace of the commissioning failure. This is intended for debugging purposes only and isn’t guaranteed to be present.
Declaration
Swift
let traceString: String?