InvalidIndexError
- class Communicator.InvalidIndexError()
Error object that is thrown when a user supplies an invalid user data index.
Constructors
Constructors
- InvalidIndexError.constructor(index)
Creates a new InvalidIndexError
- Arguments
index (
number | string()
) –
- Return type
Properties
- InvalidIndexError.message
- Type
string
- InvalidIndexError.name
- Type
string
- InvalidIndexError.stack
- Type
string optional