MissingModelError

class MissingModelError()

Error object that is thrown when an invalid model path is specified when trying to load a model in a network session.

Index

Constructors

Constructors

MissingModelError.constructor()
MissingModelError(modelPath: string): MissingModelError

Creates a new MissingModelError

Parameters

modelPath: string

Returns: MissingModelError