Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonObjectValidationFailedHandlerContext

Context of a 'JsonValidationFailedHandler'.

Hierarchy

  • JsonObjectValidationFailedHandlerContext

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: express.Request

The current HTTP request context.

response

response: express.Response

The current HTTP response context.

Generated using TypeDoc