diff --git a/thrift/native.thrift b/thrift/native.thrift index d2df61e..ff5548c 100644 --- a/thrift/native.thrift +++ b/thrift/native.thrift @@ -175,6 +175,10 @@ union DiscussionResponse { 2: DiscussionNativeError error; } +struct AddUsernameError { + 1: string message; +} + struct AddUsernameApiResponse { 1: string status; 2: optional list errors;