angular/goldens/public-api/common/errors.md
Alex Castle 1837efb9da feat(common): Allow ngSrc to be changed post-init (#50683)
Remove thrown error when ngSrc is modified after an NgOptimizedImage image is initialized

PR Close #50683
2023-07-11 08:30:49 -07:00

1.2 KiB

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)
    INVALID_INPUT = 2952,
    // (undocumented)
    INVALID_LOADER_ARGUMENTS = 2959,
    // (undocumented)
    INVALID_PIPE_ARGUMENT = 2100,
    // (undocumented)
    LCP_IMG_MISSING_PRIORITY = 2955,
    // (undocumented)
    LCP_IMG_NGSRC_MODIFIED = 2964,
    // (undocumented)
    MISSING_BUILTIN_LOADER = 2962,
    // (undocumented)
    MISSING_NECESSARY_LOADER = 2963,
    // (undocumented)
    NG_FOR_MISSING_DIFFER = -2200,
    // (undocumented)
    OVERSIZED_IMAGE = 2960,
    // (undocumented)
    PARENT_NG_SWITCH_NOT_FOUND = 2000,
    // (undocumented)
    PRIORITY_IMG_MISSING_PRECONNECT_TAG = 2956,
    // (undocumented)
    REQUIRED_INPUT_MISSING = 2954,
    // (undocumented)
    TOO_MANY_PRELOADED_IMAGES = 2961,
    // (undocumented)
    UNEXPECTED_DEV_MODE_CHECK_IN_PROD_MODE = 2958,
    // (undocumented)
    UNEXPECTED_INPUT_CHANGE = 2953,
    // (undocumented)
    UNEXPECTED_SRC_ATTR = 2950,
    // (undocumented)
    UNEXPECTED_SRCSET_ATTR = 2951
}

// (No @packageDocumentation comment for this package)