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