ValidationError.(constructor)
Constructs a new instance of the ValidationError class
Signature:
constructor(message: string, method: string, code: string, path: string, description: string);
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
message |
string | |
|
method |
string | |
|
code |
string | |
|
path |
string | |
|
description |
string |