The error payload passed to disconnect subscribers when the underlying EIP-1193 provider fires a disconnect event with an error code. code follows the EIP-1193 provider error table (e.g. 1013 = transient).
disconnect
code
type WalletDisconnectError = { code?: number; message?: string };
type code = number;
type message = string;