/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403EthGasPrice = { /** * gas.price.failed */ errorCode: string; /** * Unable to obtain current GAS price. */ message: string; /** * 403 */ statusCode: number; }