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

CancelledException

object CancelledException : NetworkException

Indicates that the request was canceled by the requester. It is therefore unknown whether it is safe to retry the request, so it is deemed not safe to retry.

Properties

cause
Link copied to clipboard
open val cause: Throwable?
httpResponse
Link copied to clipboard
val httpResponse: HttpResponse? = null
message
Link copied to clipboard
open val message: String?

Functions

isRetryable
Link copied to clipboard
open override fun isRetryable(): Boolean
toString
Link copied to clipboard
open override fun toString(): String
Generated by Dokka
(c) Tealium 2026