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

@@ -17,6 +17,8 @@ import {SCError} from '../error';
/**
* An error that is returned whenever there is a syntax error
*
* @validatable
*/
export class SCSyntaxErrorResponse extends SCError {
/**