angular/goldens/public-api/service-worker/errors.api.md
Joey Perrott 23d58777b4 build: migrate to new toolchain usage for api goldens (#62688)
Migrate api golden usage to be based on rules_js toolchain implementation

PR Close #62688
2025-07-17 18:13:42 -04:00

23 lines
630 B
Markdown

## API Report File for "service-worker_errors"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
// @public
export const enum RuntimeErrorCode {
// (undocumented)
NOT_SUBSCRIBED_TO_PUSH_NOTIFICATIONS = 5602,
// (undocumented)
PUSH_SUBSCRIPTION_UNSUBSCRIBE_FAILED = 5603,
// (undocumented)
SERVICE_WORKER_DISABLED_OR_NOT_SUPPORTED_BY_THIS_BROWSER = 5601,
// (undocumented)
SERVICE_WORKER_REGISTRATION_FAILED = 5604,
// (undocumented)
UNKNOWN_REGISTRATION_STRATEGY = 5600
}
// (No @packageDocumentation comment for this package)
```