Detail

@Serializable
data class Detail(val rawResponse: RawResponse, val statusCode: Int)

Data class representing the error details.

Constructors

Link copied to clipboard
constructor(rawResponse: RawResponse, statusCode: Int)

Properties

Link copied to clipboard

The raw response of the error.

Link copied to clipboard

The status code of the error.