InvalidRequestError
Defined in: core/src/error/error.ts:48
The request cannot be fulfilled as written, and repeating it unchanged will fail the same way. Covers malformed input and values a schema permits but this particular configuration cannot serve.
Not a statement of blame: a request can be entirely reasonable and still be unanswerable here. It says the request has to change, not that the caller erred.
Extends
Section titled “Extends”Extended by
Section titled “Extended by”ActionInputValidationErrorUnknownItemTypeErrorItemValidationErrorEventFilterValidationErrorInvalidBucketKeyError
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new InvalidRequestError(message, options?): InvalidRequestError;Defined in: core/src/error/error.ts:10
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message |
string |
options? |
ErrorOptions |
Returns
Section titled “Returns”InvalidRequestError