angular/goldens/public-api/common/errors.md
Alex Castle 54b24eb40f feat(common): Add loaderParams attribute to NgOptimizedImage (#48907)
Add a new loaderParams attribute, which can be used to send arbitrary data to a custom loader, allowing for greater control of image CDN features.

PR Close #48907
2023-02-06 10:10:44 -08: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)
    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)