Type Alias ErrorSource

Identifies the location of the error in the request.

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

Properties

Properties

parameter?: string

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

pointer?: string