Skip to content

Commit 8823bd9

Browse files
Fix some MTRInteractionErrorCode enum names. (#33076)
All the names need to start with MTRInteractionErrorCode.
1 parent 27a05ca commit 8823bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/darwin/Framework/CHIP/MTRError.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ typedef NS_ERROR_ENUM(MTRInteractionErrorDomain, MTRInteractionErrorCode){
138138
MTRInteractionErrorCodePathsExhausted = 0xc8,
139139
MTRInteractionErrorCodeTimedRequestMismatch = 0xc9,
140140
MTRInteractionErrorCodeFailsafeRequired = 0xca,
141-
MTRInteractionErrorInvalidInState MTR_NEWLY_AVAILABLE = 0xcb,
142-
MTRInteractionErrorNoCommandResponse MTR_NEWLY_AVAILABLE = 0xcc,
141+
MTRInteractionErrorCodeInvalidInState MTR_NEWLY_AVAILABLE = 0xcb,
142+
MTRInteractionErrorCodeNoCommandResponse MTR_NEWLY_AVAILABLE = 0xcc,
143143
};
144144
// clang-format on
145145

0 commit comments

Comments
 (0)