Skip to content

Commit bba935b

Browse files
committed
Adding invalid in state to status code file
1 parent c1ec2d7 commit bba935b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/protocols/interaction_model/StatusCodeList.h

+1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@ CHIP_IM_STATUS_CODE(UnsupportedEvent , UNSUPPORTED_EVENT , 0xc7)
6969
CHIP_IM_STATUS_CODE(PathsExhausted , PATHS_EXHAUSTED , 0xc8)
7070
CHIP_IM_STATUS_CODE(TimedRequestMismatch , TIMED_REQUEST_MISMATCH , 0xc9)
7171
CHIP_IM_STATUS_CODE(FailsafeRequired , FAILSAFE_REQUIRED , 0xca)
72+
CHIP_IM_STATUS_CODE(InvalidInState , INVALID_IN_STATE , 0xcb)
7273
CHIP_IM_STATUS_CODE(WriteIgnored , WRITE_IGNORED , 0xF0) // non-spec error code and use only internally
7374
// clang-format on

0 commit comments

Comments
 (0)