Type Alias ErrorSource

Identifies the location of the error in the request.

type ErrorSource = {
    parameter?: string;
    pointer?: string;
}
Index
parameter?: string

Name of the query parameter or path parameter that caused the error.

pointer?: string

JSON Pointer (RFC 6901) to the field in the request body that caused the error.