@tangany/waas
Version:
node.js SDK for Tangany Wallet as a Service API
8 lines (7 loc) • 347 B
TypeScript
export { AuthenticationError } from "./authentication-error";
export { ConflictError } from "./conflict-error";
export { GeneralError } from "./general-error";
export { TimeoutError } from "./timeout-error";
export { NotFoundError } from "./not-found-error";
export { MiningError } from "./mining-error";
export { HttpError } from "./http-error";