Skip to main content
Module

x/oak_nest/mod.ts>BodyParamValidationException

Refer to nestjs to realize some common functions for Deno
Go to Latest
class BodyParamValidationException
extends BadRequestException
Re-export
import { BodyParamValidationException } from "https://deno.land/x/oak_nest@v1.14.0/mod.ts";

Constructors

new
BodyParamValidationException(objectOrError: any, description?)