Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.network/NetworkException/NetworkIOException

NetworkIOException

class NetworkIOException(cause: IOException?) : NetworkException

Indicates that a connection was not able to be made - possibly due to loss of connectivity prior to the connection being opened. This type of error can always be retried as no connection to the destination was ever made.

Parameters

cause

The underlying cause of the connection failure, if available

Constructors

NetworkIOException
Link copied to clipboard
constructor(cause: IOException?)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
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