import React from 'react' import lbry from 'lbry' import { ExpandableModal } from 'component/modal' class ErrorModal extends React.Component { render() { const { modal, closeModal, error, } = this.props const _error_key_labels = { connectionString: 'API connection string', method: 'Method', params: 'Parameters', code: 'Error code', message: 'Error message', data: 'Error data', } const errorInfo =
{val}
We're sorry that LBRY has encountered an error. This has been reported and we will investigate the problem.