Object with the key information of the requested resource in the REST API context

interface APISource {
    parameter: { [x: string]: any };
    pointer: string;
}

Properties

Properties

parameter: { [x: string]: any }

A string indicating which URI query parameter caused the error

pointer: string

Pointer to the associated resource in the request [e.g."data/job/title"]