We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5241342 commit a2a87b5Copy full SHA for a2a87b5
proto/sagittarius/sagittarius.text_execution.proto
@@ -32,13 +32,15 @@ message Log {
32
message SuccessLog {
33
int64 note_id = 1;
34
shared.Value result = 2;
35
+ repeated shared.Value parameter = 3;
36
+ string timestamp = 4;
37
}
38
39
message RuntimeErrorLog {
40
- string error_code = 2;
- string error_message = 3;
41
- optional string suggestion = 4;
+ string error = 2;
42
43
44
45
46
message ApplicationLog {
0 commit comments