H5P NodeJS Library
    Preparing search index...

    An AggregateH5pError can be used to store error messages if the error that occurred first doesn't mean that the execution has to be stopped stopped right away.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • errorId: string
      • replacements: { [key: string]: string }
      • httpStatusCode: number
      • debugMessage: string
      • OptionalclientErrorId: string

      Returns AggregateH5pError

    Properties

    clientErrorId?: string
    debugMessage?: string
    errorId: string
    httpStatusCode: number = 500
    replacements: { [key: string]: string | string[] } = {}

    Methods