mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-26 02:21:39 +00:00
7 lines
83 B
Protocol Buffer
7 lines
83 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message FlowyError {
|
|
int32 code = 1;
|
|
string msg = 2;
|
|
}
|