OnNetworkFailureEventTrigger

@Serializable
@SerialName(value = "OnNetworkFailure")
data class OnNetworkFailureEventTrigger(val httpCode: Int) : EventTrigger

Fires on SendNetworkRequest/UploadFile instead of onFailure() when a child is wired to the exact non-2xx HTTP status code the response came back with.

Constructors

Link copied to clipboard
constructor(httpCode: Int)

Properties

Link copied to clipboard
@SerialName(value = "httpCode")
val httpCode: Int