Contents

errors

An array of all errors that occurred during the processing of the extension.

Declaration

var errors: [any Error] { get }

Discussion

Provides an array of all parse-time errors for the extension, with repeat errors consolidated into a single entry for the original occurrence only. If no errors occurred, an empty array is returned.