angular/goldens/public-api/platform-browser/errors.md
Matthieu Riegler 80fe08be96 refactor(platform-browser): Throw tree-shakable errors. (#49341)
In a effort to have more tree-shakable errors, this commit transforms every `Error` into a tree-shakable `RuntimeError`

PR Close #49341
2023-05-04 12:21:20 +02:00

858 B

API Report File for "angular-srcs"

Do not edit this file. It is a report generated by API Extractor.


// @public
export const enum RuntimeErrorCode {
    // (undocumented)
    BROWER_MODULE_ALREADY_LOADED = 5100,
    // (undocumented)
    NO_PLUGIN_FOR_EVENT = 5101,
    // (undocumented)
    ROOT_NODE_NOT_FOUND = 5104,
    // (undocumented)
    SANITIZATION_UNEXPECTED_CTX = 5202,
    // (undocumented)
    SANITIZATION_UNSAFE_RESOURCE_URL = 5201,
    // (undocumented)
    SANITIZATION_UNSAFE_SCRIPT = 5200,
    // (undocumented)
    TESTABILITY_NOT_FOUND = 5103,
    // (undocumented)
    UNEXPECTED_SYNTHETIC_PROPERTY = 5105,
    // (undocumented)
    UNSUPPORTED_EVENT_TARGET = 5102,
    // (undocumented)
    UNSUPPORTED_ZONEJS_INSTANCE = -5000
}

// (No @packageDocumentation comment for this package)