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

oprajs / opra / 20427546580

22 Dec 2025 09:22AM UTC coverage: 81.893% (-0.5%) from 82.354%
20427546580

push

github

erayhanoglu
1.22.0

3707 of 4777 branches covered (77.6%)

Branch coverage included in aggregate %.

31787 of 38565 relevant lines covered (82.42%)

251.82 hits per line

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

42.11
/packages/common/src/exception/http-errors/failed-dependency.error.ts
1
import type { ErrorIssue } from '../error-issue.js';
1✔
2
import { OpraHttpError } from '../opra-http-error.js';
1✔
3

1✔
4
/**
1✔
5
 * 424 Failed Dependency
1✔
6
 * The request failed due to failure of a previous request.
1✔
7
 */
1✔
8
export class FailedDependencyError extends OpraHttpError {
1!
9
  status = 424;
×
10

×
11
  protected init(issue: Partial<ErrorIssue>) {
×
12
    super.init({
×
13
      message: 'The request failed due to failure of a previous request',
×
14
      code: 'FAILED_DEPENDENCY',
×
15
      ...issue,
×
16
    });
×
17
  }
×
18
}
×
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