httpExposeErrorBody
fun httpExposeErrorBody(httpExposeErrorBody: Boolean): ApolloClient.Builder
Content copied to clipboard
Configures whether to expose the error body in ApolloHttpException.
If you're setting this to true
, you must catch ApolloHttpException and close the body explicitly to avoid sockets and other resources leaking.
Default: false