UnavailableForLegalReasons
@tsed/exceptions
Usage
typescript
import { UnavailableForLegalReasons } from "@tsed/exceptions";
See /packages/specs/exceptions/src/types/clientErrors/UnavailableForLegalReasons.ts.
Overview
ts
class UnavailableForLegalReasons extends ClientException {
static readonly STATUS = 451;
constructor(message: string, origin?: Error | string | any);
}
static readonly STATUS
ts
static readonly STATUS = 451;