schema-components - v3.7.0
    Preparing search index...

    Class SchemaRenderError

    A theme adapter's render function threw during rendering. The original error is preserved on cause.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    schema: unknown

    The schema input that caused the error.

    schemaType: SchemaType

    The schema type being rendered when the error occurred. Drawn from the walker's discriminant union so consumers can switch on it exhaustively without a wider string fallback.