• Overview
@angular/core

ResourceDependencyError

Class

Error thrown when a Resource dependency of another resource errors.

API

    
      class ResourceDependencyError extends Error {}
    
    

dependency

Resource<unknown>

The dependency that errored.

name

string

message

string

stack

string | undefined

cause

unknown

zoneAwareStack

string | undefined

Stack trace where extra frames have been removed and zone names added.

originalStack

string | undefined

Original stack trace with no modifications

Jump to details