Volvo Kotlin API
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Volvo Kotlin API
volvo-api-core
/
com.github.ayastrebov.volvo.api.exception
/
VolvoApiError
Volvo
Api
Error
@
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.
Members
Constructors
Volvo
Api
Error
Link copied to clipboard
constructor
(
detail
:
VolvoErrorDetails
?
=
null
)
Properties
detail
Link copied to clipboard
@
SerialName
(
value
=
"error"
)
val
detail
:
VolvoErrorDetails
?