Skip to content

should return AppError instead of String

Kelly Zhou requested to merge return-apperror into master

reported by our clients that legal service is returning string as error response which doesn't match our API spec.

So in this MR, instead of returning string, returning AppError object in error response body. Updated integration tests as well.

The Issue related to the MR #6 (closed)

Edited by harshit aggarwal

Merge request reports