Skip to content

Commit

Permalink
Fix some MTRInteractionErrorCode enum names. (#33076)
Browse files Browse the repository at this point in the history
All the names need to start with MTRInteractionErrorCode.
  • Loading branch information
bzbarsky-apple authored Apr 19, 2024
1 parent 27a05ca commit 8823bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/MTRError.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ typedef NS_ERROR_ENUM(MTRInteractionErrorDomain, MTRInteractionErrorCode){
MTRInteractionErrorCodePathsExhausted = 0xc8,
MTRInteractionErrorCodeTimedRequestMismatch = 0xc9,
MTRInteractionErrorCodeFailsafeRequired = 0xca,
MTRInteractionErrorInvalidInState MTR_NEWLY_AVAILABLE = 0xcb,
MTRInteractionErrorNoCommandResponse MTR_NEWLY_AVAILABLE = 0xcc,
MTRInteractionErrorCodeInvalidInState MTR_NEWLY_AVAILABLE = 0xcb,
MTRInteractionErrorCodeNoCommandResponse MTR_NEWLY_AVAILABLE = 0xcc,
};
// clang-format on

Expand Down

0 comments on commit 8823bd9

Please sign in to comment.