@effectai/sdk
Version:
Effect Network Javscript/Typescript SDK (for [https://effect.network](https://effect.network))
17 lines (16 loc) • 472 B
TypeScript
export declare class AuthenticationError extends Error {
}
export declare class SessionNotFoundError extends Error {
}
export declare class TransactionError extends Error {
}
export declare class NotFoundError extends Error {
}
export declare class VAccountError extends Error {
retry: number;
constructor(message: string, retry?: number);
}
export declare class TaskIpfsError extends Error {
retry: number;
constructor(message: string, retry?: number);
}