Light Logo
JavaScript SDK (v0.39.1)Reference

InvalidIdentifierError

Error thrown when an identifier is neither in owner/name nor owner/name:version-number format.

Class: InvalidIdentifierError

Error thrown when an identifier is neither in owner/name nor owner/name:version-number format.

Extends

  • Error

Constructors

Constructor

new InvalidIdentifierError(identifier): InvalidIdentifierError

Creates an instance of the error.

Parameters

identifier

string

The identifier.

Returns

InvalidIdentifierError

Overrides

Error.constructor