Class: BrokenContentError
Defined in: errors/broken-content-error.ts:6
Every broken entry in a build, one per line.
Extends
Constructors
Constructor
constructor(errors: readonly ContentError[]);Defined in: errors/broken-content-error.ts:11
Properties
name
name: string;Defined in: errors/broken-content-error.ts:7
errors
readonly errors: readonly ContentError[];Defined in: errors/broken-content-error.ts:9
One per problem, so an entry with two problems appears twice.