public get innermostError()

in src/error-context.ts [32:34]


  public get innermostError(): ErrorContext {
    return this.innerError ? this.innerError.innermostError : this;
  }