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