Taxum / @taxum/core / extract / InvalidPathParamsError
Class: InvalidPathParamsError
Defined in: extract/path.ts:8
Error thrown when a schema validation fails.
Extends
Constructors
Constructor
new InvalidPathParamsError(
issues
):InvalidPathParamsError
Defined in: extract/path.ts:9
Parameters
issues
readonly Issue
[]
Returns
InvalidPathParamsError
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