FailedDataResponse

data class FailedDataResponse(val error: StatusResponse)

Further data for the failed state.

Constructors

Link copied to clipboard
constructor(error: StatusResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error that caused the queued resource to enter the FAILED state.