Error code response body

{
“code”: 0,
“message”: “Type:“java.lang.NoClassDefFoundError”, Description:“com/google/gson/TypeAdapterFactory”, ExceptionClass:“ServiceException” {Msg:“none”, Cause:“none”}”
}

I am getting this back as the response for an api request but I am not implementing gson google at all in my jar. So I really am at a lost.

Hello, Jason!

Have you tried to debug your service?
Regards,
Alex

Figured it out. Thanks.