Exception: Neo4j::Driver::Exceptions::TokenExpiredException
- Inherits:
-
SecurityException
- Object
- RuntimeError
- Neo4jException
- ClientException
- SecurityException
- Neo4j::Driver::Exceptions::TokenExpiredException
- Defined in:
- lib/neo4j/driver/exceptions/token_expired_exception.rb
Overview
The provided token has expired.
The current driver instance is considered invalid. It should not be used anymore. The client must create a new driver instance with a valid token.
Error code: Neo.ClientError.Security.TokenExpired
Instance Attribute Summary
Attributes inherited from Neo4jException
#classification, #code, #diagnostic_record, #gql_cause, #gql_status, #raw_classification, #status_description, #suppressed
Method Summary
Methods inherited from ClientException
Methods inherited from Neo4jException
Constructor Details
This class inherits a constructor from Neo4j::Driver::Exceptions::Neo4jException