Interface ErrorSource

interface ErrorSource {
    parameter?: string;
    pointer?: string;
}

Properties

Properties

parameter?: string

A string indicating which URI query parameter caused the error.

pointer?: string

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].

Generated using TypeDoc