This commit is contained in:
Maddie Gordon 2022-05-26 11:31:18 -07:00
Родитель bf43c46b1c
Коммит 8e3a88023a
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -548,8 +548,7 @@ message RpcException {
// Source of the exception
string source = 3;
// Stack trace for the exception. In case of system exception, worker should set to
// system exception's stack trace. In case of user exception, set to user exception's stack trace.
// Stack trace for the exception
string stack_trace = 1;
// Textual message describing the exception