should return AppError instead of String
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