HED JavaScript Library
    Preparing search index...

    A HED validation error or warning.

    Index

    Constructors

    • Constructor.

      Parameters

      • internalCode: string

        The internal error code.

      • hedCode: string

        The HED 3 error code.

      • level: string

        The issue level (error or warning).

      • parameters: any

        The error string parameters.

      Returns Issue

    Properties

    hedCode: string

    The HED 3 error code.

    internalCode: string

    The internal error code.

    level: string

    The issue level (error or warning).

    message: string

    The detailed error message.

    parameters: any

    The parameters to the error message template. Object with string and map parameters.

    SPECIAL_PARAMETERS: Map<string, string> = ...

    Methods