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