Error cleanup

#11 #13 #14
This commit is contained in:
2020-12-05 19:01:30 +01:00
parent 21ad622c10
commit 33b3bcb8c2
11 changed files with 50 additions and 43 deletions

View File

@@ -50,6 +50,9 @@ export class RunnerOrganisationHasTeamsError extends NotAcceptableError {
message = "This organisation still has teams associated with it. \n If you want to delete this organisation with all it's runners and teams ass `?force` to your query."
}
/**
* Error to throw, when a provided runnerOrganisation doesn't belong to the accepted types.
*/
export class RunnerOrganisationWrongTypeError extends NotAcceptableError {
@IsString()
name = "RunnerOrganisationWrongTypeError"