JsonApiErrorResponse

@Serializable
data class JsonApiErrorResponse(val errors: List<JsonApiError>)(source)

An error returned by the JSON:API server.

Constructors

Link copied to clipboard
constructor(errors: List<JsonApiError>)

Properties

Link copied to clipboard