UNPKG

@stellar/stellar-sdk

Version:

A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.

11 lines (10 loc) 324 B
import { NetworkError } from "./network.js"; /** * NotFoundError is raised when the resource requested from Horizon is * unavailable. * * @param message - Human-readable error message * @param response - Response details, received from the Horizon server */ export declare class NotFoundError extends NetworkError { }