|
| 1 | +## API Report File for "angular-srcs" |
| 2 | + |
| 3 | +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). |
| 4 | +
|
| 5 | +```ts |
| 6 | + |
| 7 | +// @public |
| 8 | +export function formatRuntimeError<T = RuntimeErrorCode>(code: T, message: string): string; |
| 9 | + |
| 10 | +// @public (undocumented) |
| 11 | +export class RuntimeError<T = RuntimeErrorCode> extends Error { |
| 12 | + constructor(code: T, message: string); |
| 13 | + // (undocumented) |
| 14 | + code: T; |
| 15 | +} |
| 16 | + |
| 17 | +// @public |
| 18 | +export const enum RuntimeErrorCode { |
| 19 | + // (undocumented) |
| 20 | + ALREADY_DESTROYED_PLATFORM = 404, |
| 21 | + // (undocumented) |
| 22 | + ASYNC_INITIALIZERS_STILL_RUNNING = 405, |
| 23 | + // (undocumented) |
| 24 | + BOOTSTRAP_COMPONENTS_NOT_FOUND = 403, |
| 25 | + // (undocumented) |
| 26 | + CYCLIC_DI_DEPENDENCY = -200, |
| 27 | + // (undocumented) |
| 28 | + ERROR_HANDLER_NOT_FOUND = 402, |
| 29 | + // (undocumented) |
| 30 | + EXPORT_NOT_FOUND = -301, |
| 31 | + // (undocumented) |
| 32 | + EXPRESSION_CHANGED_AFTER_CHECKED = -100, |
| 33 | + // (undocumented) |
| 34 | + MULTIPLE_COMPONENTS_MATCH = -300, |
| 35 | + // (undocumented) |
| 36 | + MULTIPLE_PLATFORMS = 400, |
| 37 | + // (undocumented) |
| 38 | + PIPE_NOT_FOUND = -302, |
| 39 | + // (undocumented) |
| 40 | + PLATFORM_NOT_FOUND = 401, |
| 41 | + // (undocumented) |
| 42 | + PROVIDER_NOT_FOUND = -201, |
| 43 | + // (undocumented) |
| 44 | + RECURSIVE_APPLICATION_REF_TICK = 101, |
| 45 | + // (undocumented) |
| 46 | + TEMPLATE_STRUCTURE_ERROR = 305, |
| 47 | + // (undocumented) |
| 48 | + UNKNOWN_BINDING = 303, |
| 49 | + // (undocumented) |
| 50 | + UNKNOWN_ELEMENT = 304 |
| 51 | +} |
| 52 | + |
| 53 | +// (No @packageDocumentation comment for this package) |
| 54 | + |
| 55 | +``` |
0 commit comments