ParseError
- class Communicator.ParseError()
Error object that is thrown when invalid data is supplied to a function.
Constructors
Constructors
- ParseError.constructor(message)
Creates a new ParseError
- Arguments
message (
string()
) –
- Return type
Properties
- ParseError.message
- Type
string
- ParseError.name
- Type
string
- ParseError.stack
- Type
string optional