Options
All
  • Public
  • Public/Protected
  • All
Menu

Error type thrown when the library fails to resolve a value, such as an asset ID, filename or project ID/dataset information.

The input property holds the value passed as the input, which failed to be resolved to something meaningful.

Hierarchy

  • Error
    • UnresolvableError

Index

Constructors

constructor

Properties

Optional cause

cause: Error

Optional input

input: unknown

message

message: string

name

name: string

Optional stack

stack: undefined | string

unresolvable

unresolvable: boolean = true

Static Error

Error: ErrorConstructor