Skip to main content
Module

x/grammy/mod.ts>HttpError

The Telegram Bot Framework.
Very Popular
Latest
class HttpError
extends Error
import { HttpError } from "https://deno.land/x/grammy@v1.22.4/mod.ts";

This class represents errors that are thrown by grammY because an HTTP call to the Telegram Bot API failed.

Instances of this class hold the error object that was created because the fetch call failed. It can be inspected to determine why exactly the network request failed.

If an API transformer function throws an error, grammY will regard this as if the network request failed. The contained error will then be the error that was thrown by the transformer function.

Constructors

new
HttpError(message: string, error: unknown)