ImATeapotException
Defines an HTTP exception for ImATeapotException type errors.
class ImATeapotException extends HttpException {
constructor(objectOrError?: any, descriptionOrOptions: string | HttpExceptionOptions = `I'm a teapot`)
// inherited from nest/packages/common/HttpException
static createBody(objectOrErrorMessage: string | object, description?: string, statusCode?: number)
static getDescriptionFrom(descriptionOrOptions: string | HttpExceptionOptions): string
static getHttpExceptionOptionsFrom(descriptionOrOptions: string | HttpExceptionOptions): HttpExceptionOptions
static extractDescriptionAndOptionsFrom(descriptionOrOptions: string | HttpExceptionOptions): DescriptionAndOptions
constructor(response: string | Record<string, any>, status: number, options?: HttpExceptionOptions)
cause: Error | undefined
initCause(): void
initMessage()
initName(): void
getResponse(): string | object
getStatus(): number
}
See also
Constructor
Instantiate an |
|||||||||
Parameters
Examples
|
|||||||||
Usage NotesThe HTTP response status code will be 418.
By default, the JSON response body contains two properties:
If the parameter |
Description
Any attempt to brew coffee with a teapot should result in the error code "418 I'm a teapot". The resulting entity body MAY be short and stout.