Target filter
Search Kotlin docs
  • Back
  • Tealium Prism Kotlin SDK Reference
core/com.tealium.prism.core.api.network/NetworkException/httpResponse

httpResponse

val httpResponse: HttpResponse? = null

Parameters

httpResponse

The response received before the failure - e.g. the response headers, or an error body returned by the server. It is null where the request failed before any response was received, and may be missing its HttpResponse.body, as reading the body is best-effort only.

Generated by Dokka
(c) Tealium 2026