@hyperjump/json-schema-errors
    Preparing search index...

    Variable getErrorsConst

    getErrors: (
        normalizedErrors: NormalizedOutput,
        instance: JsonNode,
        localization: Localization,
        ast: AST,
    ) => ErrorObject[]

    Converts the normalized error format to human readable errors. It's used to build errors in applicator error handlers.

    Type Declaration