RequestValidationContext.reject()
Home > @backstage/plugin-events-node
> RequestValidationContext
> reject
Rejects the validated request
Signature:
reject(details?: Partial<RequestRejectionDetails>): void;
Parameters
Parameter |
Type |
Description |
---|---|---|
details |
Partial<RequestRejectionDetails> |
(Optional) Optional details about the rejection which will be provided to the sender. |
void