Thomas
07/30/2019, 6:58 PMResponseException
is not serializable, it throws a NotSerializableException
. This is because of the response
field. Can this be changed so it is serializable? https://github.com/ktorio/ktor/blob/178479ba392524d37193fcf2f6b30f570a0a3ba7/ktor-client/ktor-client-core/common/src/io/ktor/client/features/DefaultResponseValidation.kt#L51e5l
07/31/2019, 6:14 AMThomas
07/31/2019, 8:35 AMe5l
07/31/2019, 8:38 AMHttpResponse
with serializable. Maybe you could write a custom response validator with your own exception(and disable the default)?Thomas
07/31/2019, 8:42 AMe5l
07/31/2019, 8:44 AMtransient
is a good idea 🙂 ThanksThomas
07/31/2019, 8:45 AMe5l
07/31/2019, 8:49 AMThomas
08/01/2019, 3:31 PMe5l
08/01/2019, 3:32 PMThomas
08/01/2019, 3:38 PM