@@ -1267,43 +1267,44 @@ Server-side errors
12671267 * :class: `neo4j.exceptions.ForbiddenOnReadOnlyDatabase `
12681268
12691269
1270- .. autoclass :: neo4j.exceptions.Neo4jError
1270+ .. autoexception :: neo4j.exceptions.Neo4jError()
1271+ :show-inheritance:
12711272 :members: message, code, is_retriable, is_retryable
12721273
1273- .. autoclass :: neo4j.exceptions.ClientError
1274+ .. autoexception :: neo4j.exceptions.ClientError()
12741275 :show-inheritance:
12751276
1276- .. autoclass :: neo4j.exceptions.CypherSyntaxError
1277+ .. autoexception :: neo4j.exceptions.CypherSyntaxError()
12771278 :show-inheritance:
12781279
1279- .. autoclass :: neo4j.exceptions.CypherTypeError
1280+ .. autoexception :: neo4j.exceptions.CypherTypeError()
12801281 :show-inheritance:
12811282
1282- .. autoclass :: neo4j.exceptions.ConstraintError
1283+ .. autoexception :: neo4j.exceptions.ConstraintError()
12831284 :show-inheritance:
12841285
1285- .. autoclass :: neo4j.exceptions.AuthError
1286+ .. autoexception :: neo4j.exceptions.AuthError()
12861287 :show-inheritance:
12871288
1288- .. autoclass :: neo4j.exceptions.TokenExpired
1289+ .. autoexception :: neo4j.exceptions.TokenExpired()
12891290 :show-inheritance:
12901291
1291- .. autoclass :: neo4j.exceptions.Forbidden
1292+ .. autoexception :: neo4j.exceptions.Forbidden()
12921293 :show-inheritance:
12931294
1294- .. autoclass :: neo4j.exceptions.DatabaseError
1295+ .. autoexception :: neo4j.exceptions.DatabaseError()
12951296 :show-inheritance:
12961297
1297- .. autoclass :: neo4j.exceptions.TransientError
1298+ .. autoexception :: neo4j.exceptions.TransientError()
12981299 :show-inheritance:
12991300
1300- .. autoclass :: neo4j.exceptions.DatabaseUnavailable
1301+ .. autoexception :: neo4j.exceptions.DatabaseUnavailable()
13011302 :show-inheritance:
13021303
1303- .. autoclass :: neo4j.exceptions.NotALeader
1304+ .. autoexception :: neo4j.exceptions.NotALeader()
13041305 :show-inheritance:
13051306
1306- .. autoclass :: neo4j.exceptions.ForbiddenOnReadOnlyDatabase
1307+ .. autoexception :: neo4j.exceptions.ForbiddenOnReadOnlyDatabase()
13071308 :show-inheritance:
13081309
13091310
@@ -1350,55 +1351,59 @@ Client-side errors
13501351 * :class: `neo4j.exceptions.CertificateConfigurationError `
13511352
13521353
1353- .. autoclass :: neo4j.exceptions.DriverError
1354+ .. autoexception :: neo4j.exceptions.DriverError()
1355+ :show-inheritance:
13541356 :members: is_retryable
13551357
1356- .. autoclass :: neo4j.exceptions.SessionError
1358+ .. autoexception :: neo4j.exceptions.SessionError()
13571359 :show-inheritance:
1360+ :members: session
13581361
1359- .. autoclass :: neo4j.exceptions.TransactionError
1362+ .. autoexception :: neo4j.exceptions.TransactionError()
13601363 :show-inheritance:
1364+ :members: transaction
13611365
1362- .. autoclass :: neo4j.exceptions.TransactionNestingError
1366+ .. autoexception :: neo4j.exceptions.TransactionNestingError()
13631367 :show-inheritance:
13641368
1365- .. autoclass :: neo4j.exceptions.ResultError
1369+ .. autoexception :: neo4j.exceptions.ResultError()
13661370 :show-inheritance:
1371+ :members: result
13671372
1368- .. autoclass :: neo4j.exceptions.ResultConsumedError
1373+ .. autoexception :: neo4j.exceptions.ResultConsumedError()
13691374 :show-inheritance:
13701375
1371- .. autoclass :: neo4j.exceptions.ResultNotSingleError
1376+ .. autoexception :: neo4j.exceptions.ResultNotSingleError()
13721377 :show-inheritance:
13731378
1374- .. autoclass :: neo4j.exceptions.BrokenRecordError
1379+ .. autoexception :: neo4j.exceptions.BrokenRecordError()
13751380 :show-inheritance:
13761381
1377- .. autoclass :: neo4j.exceptions.SessionExpired
1382+ .. autoexception :: neo4j.exceptions.SessionExpired()
13781383 :show-inheritance:
13791384
1380- .. autoclass :: neo4j.exceptions.ServiceUnavailable
1385+ .. autoexception :: neo4j.exceptions.ServiceUnavailable()
13811386 :show-inheritance:
13821387
1383- .. autoclass :: neo4j.exceptions.RoutingServiceUnavailable
1388+ .. autoexception :: neo4j.exceptions.RoutingServiceUnavailable()
13841389 :show-inheritance:
13851390
1386- .. autoclass :: neo4j.exceptions.WriteServiceUnavailable
1391+ .. autoexception :: neo4j.exceptions.WriteServiceUnavailable()
13871392 :show-inheritance:
13881393
1389- .. autoclass :: neo4j.exceptions.ReadServiceUnavailable
1394+ .. autoexception :: neo4j.exceptions.ReadServiceUnavailable()
13901395 :show-inheritance:
13911396
1392- .. autoclass :: neo4j.exceptions.IncompleteCommit
1397+ .. autoexception :: neo4j.exceptions.IncompleteCommit()
13931398 :show-inheritance:
13941399
1395- .. autoclass :: neo4j.exceptions.ConfigurationError
1400+ .. autoexception :: neo4j.exceptions.ConfigurationError()
13961401 :show-inheritance:
13971402
1398- .. autoclass :: neo4j.exceptions.AuthConfigurationError
1403+ .. autoexception :: neo4j.exceptions.AuthConfigurationError()
13991404 :show-inheritance:
14001405
1401- .. autoclass :: neo4j.exceptions.CertificateConfigurationError
1406+ .. autoexception :: neo4j.exceptions.CertificateConfigurationError()
14021407 :show-inheritance:
14031408
14041409
0 commit comments