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