Skip to main content
Module

x/mtkruto/mod.ts>types.RPCError

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.RPCError
extends _TypeRpcError
import { types } from "https://deno.land/x/mtkruto@0.1.115/mod.ts";
const { RPCError } = types;

Constructors

new
RPCError(params: { errorCode: number; errorMessage: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
errorCode: number
errorMessage: string

Static Properties

readonly
[paramDesc]: ParamDesc