ParseError

class Communicator.ParseError()

Error object that is thrown when invalid data is supplied to a function.

Constructors

Properties


Constructors

ParseError.constructor(message)

Creates a new ParseError

Arguments
  • message (string()) –

Return type

ParseError()

Properties

ParseError.message
Type

string

ParseError.name
Type

string

ParseError.stack
Type

string optional