Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SPADE-Node-JS-Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Research Labs
SPADE Project
SPADE-Node-JS-Client
Merge requests
!1
Added some missing copyrights
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Added some missing copyrights
pk/main/ip01
into
main
Overview
0
Commits
1
Changes
4
Open
Philippe Krief
requested to merge
pk/main/ip01
into
main
3 months ago
Overview
0
Commits
1
Changes
4
Expand
Thx
0
0
Merge request reports
Compare
main
main (HEAD)
and
latest version
latest version
43b64903
1 commit,
3 months ago
4 files
+
44
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
dist/utils/error.d.ts
+
10
−
0
Options
/**
* Copyright (C) 2024 bAvenir
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*/
/**
* Base class for all Data Broker related errors.
*/
export
declare
class
DataBrokerError
extends
Error
{
Loading