interface Errors {
    warnings: ProblemDetail[];
    errors: ProblemDetail[];
}

Hierarchy (view full)

Properties

Properties

warnings: ProblemDetail[]
errors: ProblemDetail[]