mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-27 02:45:01 +00:00
7 lines
83 B
Protocol Buffer
7 lines
83 B
Protocol Buffer
![]() |
syntax = "proto3";
|
||
|
|
||
|
message FlowyError {
|
||
|
int32 code = 1;
|
||
|
string msg = 2;
|
||
|
}
|