Taxum / @taxum/core / extract / InvalidFormDataError
Class: InvalidFormDataError
Defined in: extract/form.ts:18
Error thrown when a schema validation fails.
Extends
Constructors
Constructor
new InvalidFormDataError(
issues
):InvalidFormDataError
Defined in: extract/form.ts:19
Parameters
issues
readonly Issue
[]
Returns
InvalidFormDataError
Overrides
Properties
issues
readonly
issues: readonlyIssue
[]
Defined in: extract/error.ts:11
Inherited from
message
readonly
message:string
Defined in: util/client-error.ts:21
Inherited from
source
readonly
source:ValidationErrorSource
Defined in: extract/error.ts:12
Inherited from
status
readonly
status:StatusCode
Defined in: util/client-error.ts:20
Inherited from
Accessors
name
Get Signature
get name():
string
Defined in: util/client-error.ts:28
Returns
string
Inherited from
Methods
[TO_HTTP_RESPONSE]()
[TO_HTTP_RESPONSE]():
HttpResponse
Defined in: util/client-error.ts:32