DistributionCustomErrorResponse

data class DistributionCustomErrorResponse(val errorCachingMinTtl: Double? = null, val errorCode: Int, val responseCode: Int? = null, val responsePagePath: String? = null)

Constructors

Link copied to clipboard
fun DistributionCustomErrorResponse(errorCachingMinTtl: Double? = null, errorCode: Int, responseCode: Int? = null, responsePagePath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val responseCode: Int? = null
Link copied to clipboard