The target of the error.

interface ApiErrorTarget {
    name: string;
    type: string;
}

Properties

Properties

name: string

The name of the problematic field.

type: string

The type of the problematic field.