MissingModelError
- class Communicator.MissingModelError()
Error object that is thrown when an invalid model path is specified when trying to load a model in a network session.
Constructors
Constructors
- MissingModelError.constructor(modelPath)
Creates a new MissingModelError
- Arguments
modelPath (
string()
) –
- Return type
Properties
- MissingModelError.message
- Type
string
- MissingModelError.name
- Type
string
- MissingModelError.stack
- Type
string optional