/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403XdcGasCalculation = { /** * xdc.transaction.gas */ errorCode: string; /** * Unable to calculate gas limit for transaction. ${error} */ message: string; /** * 403 */ statusCode: number; }