Source

@Serializable
data class Source(val pointer: String? = null, val parameter: String? = null)(source)

An object containing references to the source of the error.

Parameters

pointer

A JSON Pointer RFC6901 to the associated entity in the request document e.g. "/data" for a primary data object, or "/data/attributes/title" for a specific attribute.

parameter

A string indicating which URI query parameter caused the error.

Constructors

Link copied to clipboard
constructor(pointer: String? = null, parameter: String? = null)

Properties

Link copied to clipboard
val parameter: String? = null
Link copied to clipboard
val pointer: String? = null