Skip to content

Types: RenderReject

ts
type RenderReject = object;

Properties

PropertyTypeDescription
kind"reject"-
payloadstringA script tag to embed in the document sent to the client, so it adopts this rejection rather than working it out again.
rejectionstringThe type of rejection in effect.
statusnumberSuggested http status.
titlestring | undefinedThe title of the rejection that rendered, for the document sent to the client.