CommunicatorError

class Communicator.CommunicatorError()

Base error class for all Communicator errors. Extends base Error class as documented here.

Preferred

Constructors

Properties


Constructors

CommunicatorError.constructor(message)

Creates a new CommunicatorError

Arguments
  • message (string()) –

Return type

CommunicatorError()

Properties

CommunicatorError.message
Type

string

CommunicatorError.name
Type

string

CommunicatorError.stack
Type

string optional

CommunicatorError.Error
Type

ErrorConstructor