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

@@ -18,6 +18,8 @@ import {SCError} from '../error';
/**
* An error that is returned when the validation of a request fails
*
* @validatable
*/
export class SCValidationErrorResponse extends SCError {
/**