2022-01-10 22:09:41 +00:00
|
|
|
## API Report File for "angular-srcs"
|
|
|
|
|
|
|
|
|
|
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
|
|
|
|
|
|
|
|
```ts
|
|
|
|
|
|
|
|
|
|
// @public
|
2022-01-21 21:02:40 +00:00
|
|
|
export function formatRuntimeError<T extends number = RuntimeErrorCode>(code: T, message: null | false | string): string;
|
2022-01-10 22:09:41 +00:00
|
|
|
|
2022-01-21 21:02:40 +00:00
|
|
|
// @public
|
|
|
|
|
export class RuntimeError<T extends number = RuntimeErrorCode> extends Error {
|
|
|
|
|
constructor(code: T, message: null | false | string);
|
2022-01-10 22:09:41 +00:00
|
|
|
// (undocumented)
|
|
|
|
|
code: T;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// @public
|
|
|
|
|
export const enum RuntimeErrorCode {
|
|
|
|
|
// (undocumented)
|
2022-04-05 04:28:01 +00:00
|
|
|
APPLICATION_REF_ALREADY_DESTROYED = 406,
|
2022-01-10 22:09:41 +00:00
|
|
|
// (undocumented)
|
|
|
|
|
ASYNC_INITIALIZERS_STILL_RUNNING = 405,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
BOOTSTRAP_COMPONENTS_NOT_FOUND = 403,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
CYCLIC_DI_DEPENDENCY = -200,
|
|
|
|
|
// (undocumented)
|
2022-09-30 07:24:34 +00:00
|
|
|
DUPLICATE_DIRECTITVE = 309,
|
|
|
|
|
// (undocumented)
|
2022-01-10 22:09:41 +00:00
|
|
|
ERROR_HANDLER_NOT_FOUND = 402,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
EXPORT_NOT_FOUND = -301,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
EXPRESSION_CHANGED_AFTER_CHECKED = -100,
|
|
|
|
|
// (undocumented)
|
2022-09-30 07:24:34 +00:00
|
|
|
HOST_DIRECTIVE_COMPONENT = 310,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
HOST_DIRECTIVE_CONFLICTING_ALIAS = 312,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
HOST_DIRECTIVE_NOT_STANDALONE = 308,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
HOST_DIRECTIVE_UNDEFINED_BINDING = 311,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
HOST_DIRECTIVE_UNRESOLVABLE = 307,
|
|
|
|
|
// (undocumented)
|
2022-05-02 13:27:28 +00:00
|
|
|
IMPORT_PROVIDERS_FROM_STANDALONE = 800,
|
|
|
|
|
// (undocumented)
|
2021-12-02 00:15:32 +00:00
|
|
|
INJECTOR_ALREADY_DESTROYED = 205,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
INVALID_DIFFER_INPUT = 900,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
INVALID_EVENT_BINDING = 306,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
INVALID_FACTORY_DEPENDENCY = 202,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
INVALID_I18N_STRUCTURE = 700,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
INVALID_INHERITANCE = 903,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
INVALID_INJECTION_TOKEN = 204,
|
|
|
|
|
// (undocumented)
|
2022-07-13 19:31:37 +00:00
|
|
|
INVALID_MULTI_PROVIDER = 209,
|
|
|
|
|
// (undocumented)
|
2022-04-21 02:31:35 +00:00
|
|
|
MISSING_GENERATED_DEF = 906,
|
|
|
|
|
// (undocumented)
|
2022-05-27 11:52:34 +00:00
|
|
|
MISSING_INJECTION_CONTEXT = -203,
|
2021-12-02 00:15:32 +00:00
|
|
|
// (undocumented)
|
2022-06-17 02:00:19 +00:00
|
|
|
MISSING_INJECTION_TOKEN = 208,
|
|
|
|
|
// (undocumented)
|
2022-06-23 05:13:03 +00:00
|
|
|
MISSING_LOCALE_DATA = 701,
|
|
|
|
|
// (undocumented)
|
2022-06-23 16:50:02 +00:00
|
|
|
MISSING_ZONEJS = 908,
|
|
|
|
|
// (undocumented)
|
2022-01-10 22:09:41 +00:00
|
|
|
MULTIPLE_COMPONENTS_MATCH = -300,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
MULTIPLE_PLATFORMS = 400,
|
|
|
|
|
// (undocumented)
|
2021-12-02 00:15:32 +00:00
|
|
|
NO_SUPPORTING_DIFFER_FACTORY = 901,
|
|
|
|
|
// (undocumented)
|
2022-01-10 22:09:41 +00:00
|
|
|
PIPE_NOT_FOUND = -302,
|
|
|
|
|
// (undocumented)
|
2022-04-05 04:28:01 +00:00
|
|
|
PLATFORM_ALREADY_DESTROYED = 404,
|
|
|
|
|
// (undocumented)
|
2022-01-10 22:09:41 +00:00
|
|
|
PLATFORM_NOT_FOUND = 401,
|
|
|
|
|
// (undocumented)
|
2022-05-02 14:40:44 +00:00
|
|
|
PROVIDER_IN_WRONG_CONTEXT = 207,
|
|
|
|
|
// (undocumented)
|
2022-01-10 22:09:41 +00:00
|
|
|
PROVIDER_NOT_FOUND = -201,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
RECURSIVE_APPLICATION_REF_TICK = 101,
|
|
|
|
|
// (undocumented)
|
2022-06-29 19:01:33 +00:00
|
|
|
RENDERER_NOT_FOUND = 407,
|
|
|
|
|
// (undocumented)
|
2022-01-10 22:09:41 +00:00
|
|
|
TEMPLATE_STRUCTURE_ERROR = 305,
|
|
|
|
|
// (undocumented)
|
2022-04-21 02:31:35 +00:00
|
|
|
TYPE_IS_NOT_STANDALONE = 907,
|
|
|
|
|
// (undocumented)
|
2022-06-23 16:50:02 +00:00
|
|
|
UNEXPECTED_ZONE_STATE = 909,
|
|
|
|
|
// (undocumented)
|
2022-01-10 22:09:41 +00:00
|
|
|
UNKNOWN_BINDING = 303,
|
|
|
|
|
// (undocumented)
|
2021-12-02 00:15:32 +00:00
|
|
|
UNKNOWN_ELEMENT = 304,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
UNSAFE_VALUE_IN_RESOURCE_URL = 904,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
UNSAFE_VALUE_IN_SCRIPT = 905,
|
|
|
|
|
// (undocumented)
|
|
|
|
|
VIEW_ALREADY_ATTACHED = 902
|
2022-01-10 22:09:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// (No @packageDocumentation comment for this package)
|
|
|
|
|
|
|
|
|
|
```
|