wpw-final/idl/common/exceptionsc.thrift
2022-12-02 20:40:23 +07:00

7 lines
No EOL
145 B
Thrift

namespace go common.exceptionsc
exception CommonException {
1: i32 code
2: string message
3: optional map<string, string> metadata
}