Skip to content

Commit

Permalink
Adding missing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Feb 10, 2024
1 parent efdbb1c commit c3ad6f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/darwin/Framework/CHIP/MTRError.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ typedef NS_ERROR_ENUM(MTRInteractionErrorDomain, MTRInteractionErrorCode){
MTRInteractionErrorCodePathsExhausted = 0xc8,
MTRInteractionErrorCodeTimedRequestMismatch = 0xc9,
MTRInteractionErrorCodeFailsafeRequired = 0xca,
MTRInteractionErrorInvalidInState = 0xcb,
MTRInteractionErrorNoCommandResponse = 0xcc,
};
// clang-format on

Expand Down

0 comments on commit c3ad6f3

Please sign in to comment.