LoadError
- class Communicator.LoadError()
Error object that is thrown when a model could not be loaded. This can be triggered when trying to load a streaming model into an SCS session or vise versa. This error object will also be thrown if an invalid URL is supplied when trying to load a SCS file.
Constructors
Constructors
- LoadError.constructor(message)
Creates a new LoadError
- Arguments
message (
string()
) –
- Return type
Properties
- LoadError.message
- Type
string
- LoadError.name
- Type
string
- LoadError.stack
- Type
string optional