JsonApiError

constructor(id: String? = null, links: JsonApiError.Links? = null, status: String? = null, code: String? = null, title: String? = null, detail: String? = null, source: JsonApiError.Source? = null, meta: JsonObject? = null)(source)

Parameters

id

A unique identifier for this particular occurrence of the problem.

links

A links object. @see JsonApiError.Links

status

The HTTP status code applicable to this problem, expressed as a string value.

code

An application-specific error code, expressed as a string value.

title

A short, human-readable summary of the problem.

detail

A human-readable explanation specific to this occurrence of the problem.

source

An object containing references to the source of the error.

meta

A meta object containing non-standard meta-information about the error. @see JsonApiError.meta