errorTypes
type ErrorTypes = {
// Base Stargazer Error.
StargazerError;
// Errors thrown by the injected WalletProvider.
StargazerWalletProviderError;
// General errors thrown by a chain provider.
StargazerChainProviderError;
// RPC related requests errors thrown by a chain provider. Complies with EIP-1193.
StargazerChainProviderRpcError;
};Was this helpful?