Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ObjectValidationFailedHandlerContext<TRequest>

Context of a 'ObjectValidationFailedHandler'.

Type parameters

  • TRequest: express.Request = express.Request

Hierarchy

  • ObjectValidationFailedHandlerContext

Index

Properties

body

body: any

The original value of the request body.

details

details: any

An object or value, whichs contains the validation error details.

reason

reason: any

An object or value, which represents an ID, that describes the reason.

request

request: TRequest

The current HTTP request context.

response

response: Response

The current HTTP response context.

Generated using TypeDoc