mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 17:38:51 +00:00
8 lines
110 B
Protocol Buffer
8 lines
110 B
Protocol Buffer
syntax = "proto3";
|
|
package error;
|
|
|
|
// [RINF:RUST-SIGNAL]
|
|
message ReportError {
|
|
string errorMessage = 1;
|
|
}
|