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

constructor()

Creates a new LoadError

Properties

message

name

stack


Constructors

constructor

Communicator.LoadError.constructor(message)

Creates a new LoadError

Arguments
  • message (string()) –

Return type

Communicator.LoadError

Properties

Communicator.LoadError.message
Communicator.LoadError.name
Communicator.LoadError.stack