Typedoc API@vramework/coreFunctionsaddErrorOn this pageFunction: addError() function addError(error, details): void Adds an error to the API errors map. Parameters • error: typeof EError The error to add. • details: ErrorDetails The details of the error. Returns void Defined in packages/core/src/error-handler.ts:38