wpw-final/idl/biz/core/exceptions.thrift
2022-12-02 20:40:23 +07:00

7 lines
No EOL
145 B
Thrift

namespace go biz.core.exceptions
exception CoreServicesException {
1: i32 code
2: string message
3: map<string, string> parameters
}