dcelasun commented on code in PR #3063: URL: https://github.com/apache/thrift/pull/3063#discussion_r1843604388
########## lib/go/thrift/processor_factory.go: ########## @@ -78,3 +82,47 @@ func NewTProcessorFunctionFactory(p TProcessorFunction) TProcessorFunctionFactor func (p *tProcessorFunctionFactory) GetProcessorFunction(trans TTransport) TProcessorFunction { return p.processor } + +// TProcessorError is the combined original error returned by the endpoint +// implementation, and I/O error when writing the response back to the client. +// +// This type will be returned by Process function if there's an error happend Review Comment: ```suggestion // This type will be returned by Process function if there's an error happened ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@thrift.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org