Update channel moving to match
This commit is contained in:
parent
c6d33d4bb9
commit
08de0d88b1
6 changed files with 72 additions and 30 deletions
|
@ -214,6 +214,8 @@ enum ErrorCode {
|
|||
NeedsCla = 7;
|
||||
NotARootChannel = 8;
|
||||
BadPublicNesting = 9;
|
||||
CircularNesting = 10;
|
||||
WrongMoveTarget = 11;
|
||||
}
|
||||
|
||||
message Test {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue