refactor: make resonse error types validatable

This commit is contained in:
Rainer Killinger
2021-07-06 09:36:16 +02:00
parent 882483ee24
commit 4f2ca30dab
11 changed files with 22 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ import {SCPluginMetaData} from '../routes/plugin-register';
* An error that is returned when a plugin with the same name is already registered, to prevent two copies of a plugin
* running at the same time.
* This usually indicates that there is more than one instance a plugin running.
*
* @validatable
*/
export class SCPluginAlreadyRegisteredErrorResponse extends SCError {
/**