MethodNotAllowedError
●errors · /index·class
Signals that the HTTP method used is not supported by the endpoint, returning HTTP 405.
Signature
Example
throw new MethodNotAllowedError();Related
ApiErrorKind GenericErrorKind ApiError CartNotFoundError CartProviderError CartUserError ConvexOperatorTokenMintError DomainVerificationError
MediaStorageUploadError
Signals that POSTing bytes to a Convex filestorage upload URL failed (non2xx response or a response without a storageId), returning HTTP 502 — the byte sink is
MissingContextProviderError
Signals that a React hook or context consumer was used outside its required provider, producing a descriptive message.