TMDiscovery APIError
data class TMDiscoveryAPIError(val code: String, val detail: String, val status: String) : Parcelable
Represents an error response from the Discovery API.
Holds error details including code, detail, and status.
Represents an error response from the Discovery API.
Holds error details including code, detail, and status.