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

    Variable setErrorHandlerConst

    setErrorHandler: (errorHandlerUri: string, handler: ErrorHandler) => void

    Sets an error handler for the given URI. If an error handler already exists for this URI, it will be replaced with the new handler.

    Type Declaration

      • (errorHandlerUri: string, handler: ErrorHandler): void
      • Parameters

        • errorHandlerUri: string

          A URI for unique indentification of error handler

        • handler: ErrorHandler

        Returns void