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

Non200Exception

class Non200Exception(val statusCode: Int) : NetworkException

Indicates that the response was a non-2XX HTTP status code. Whether the request can be retried is determined by the statusCode.

Parameters

statusCode

The HTTP status code of the network response

Constructors

Non200Exception
Link copied to clipboard
constructor(statusCode: Int)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?
statusCode
Link copied to clipboard
val statusCode: Int

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