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.
Constructors
Properties
Methods
Constructors
-
MissingModelError.constructor(modelPath) Arguments: - modelPath (
string()) – None
Creates a new MissingModelError
Return type: MissingModelError - modelPath (
Properties
-
MissingModelError.message Type: string
-
MissingModelError.name Type: string
-
MissingModelError.stack Type: string optional
-
MissingModelError.prepareStackTrace Type: function optional Optional override for formatting stack traces
See: https://v8.dev/docs/stack-trace-api#customizing-stack-traces -
MissingModelError.prepareStackTrace(err, stackTraces) Arguments: - err (
Error()) – None - stackTraces (
[CallSite]()) – None
Return type: any
- err (
-
-
MissingModelError.stackTraceLimit Type: number