export interface JSONRPCErrorResponse { readonly code: number; readonly message: string; readonly data?: any; }