toggle menu
Spraypaint.Kt
88d893e-SNAPSHOT
common
switch theme
search in API
core
/
it.maicol07.spraypaintkt
/
JsonApiErrorResponse
Json
Api
Error
Response
@
Serializable
data
class
JsonApiErrorResponse
(
val
errors
:
List
<
JsonApiError
>
)
(
source
)
An error returned by the JSON:API server.
Members
Constructors
Json
Api
Error
Response
Link copied to clipboard
constructor
(
errors
:
List
<
JsonApiError
>
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
JsonApiError
>