VolvoApiError

@Serializable
data class VolvoApiError(val detail: VolvoErrorDetails? = null)(source)

Represents an error response from the Volvo API.

Parameters

detail

information about the error that occurred.

Constructors

Link copied to clipboard
constructor(detail: VolvoErrorDetails? = null)

Properties

Link copied to clipboard
@SerialName(value = "error")
val detail: VolvoErrorDetails?