Skip to content

Commit

Permalink
Add missing interaction model error codes to MTRError. (#20977)
Browse files Browse the repository at this point in the history
Fixes #20172
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jul 18, 2023
1 parent 1d895f5 commit 2394577
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/darwin/Framework/CHIP/MTRError.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ typedef NS_ERROR_ENUM(MTRInteractionErrorDomain, MTRInteractionErrorCode){
MTRInteractionErrorCodeNoUpstreamSubscription = 0xc5,
MTRInteractionErrorCodeNeedsTimedInteraction = 0xc6,
MTRInteractionErrorCodeUnsupportedEvent = 0xc7,
MTRInteractionErrorCodePathsExhausted = 0xc8,
MTRInteractionErrorCodeTimedRequestMismatch = 0xc9,
MTRInteractionErrorCodeFailsafeRequired = 0xca,
};
// clang-format on

Expand Down

0 comments on commit 2394577

Please sign in to comment.