• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-client-gateway / 11233174198

08 Oct 2024 10:05AM UTC coverage: 46.725% (-44.0%) from 90.725%
11233174198

push

github

web-flow
Increase relay rate limit TTL (#1971)

Increases the relay rate limit TTL fallback value to 24 hours:

- Change `relay.ttlSeconds` value to `60 * 60 * 24`

498 of 3105 branches covered (16.04%)

Branch coverage included in aggregate %.

5024 of 8713 relevant lines covered (57.66%)

12.19 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

25.0
/src/domain/errors/data-source.error.ts
1
/**
2
 * Represents errors which originated from a DataSource.
3
 *
4
 * It optionally includes a {@link code} to identify the characteristics of
5
 * the error.
6
 *
7
 * {@link message} should contain no sensitive information as this error
8
 * can be exposed on the route level
9
 */
10
export class DataSourceError extends Error {
18✔
11
  constructor(
12
    readonly message: string,
×
13
    readonly code?: number,
×
14
  ) {
15
    super();
×
16
  }
17
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc