@@ -1267,43 +1267,44 @@ Server-side errors
1267
1267
* :class: `neo4j.exceptions.ForbiddenOnReadOnlyDatabase `
1268
1268
1269
1269
1270
- .. autoclass :: neo4j.exceptions.Neo4jError
1270
+ .. autoexception :: neo4j.exceptions.Neo4jError()
1271
+ :show-inheritance:
1271
1272
:members: message, code, is_retriable, is_retryable
1272
1273
1273
- .. autoclass :: neo4j.exceptions.ClientError
1274
+ .. autoexception :: neo4j.exceptions.ClientError()
1274
1275
:show-inheritance:
1275
1276
1276
- .. autoclass :: neo4j.exceptions.CypherSyntaxError
1277
+ .. autoexception :: neo4j.exceptions.CypherSyntaxError()
1277
1278
:show-inheritance:
1278
1279
1279
- .. autoclass :: neo4j.exceptions.CypherTypeError
1280
+ .. autoexception :: neo4j.exceptions.CypherTypeError()
1280
1281
:show-inheritance:
1281
1282
1282
- .. autoclass :: neo4j.exceptions.ConstraintError
1283
+ .. autoexception :: neo4j.exceptions.ConstraintError()
1283
1284
:show-inheritance:
1284
1285
1285
- .. autoclass :: neo4j.exceptions.AuthError
1286
+ .. autoexception :: neo4j.exceptions.AuthError()
1286
1287
:show-inheritance:
1287
1288
1288
- .. autoclass :: neo4j.exceptions.TokenExpired
1289
+ .. autoexception :: neo4j.exceptions.TokenExpired()
1289
1290
:show-inheritance:
1290
1291
1291
- .. autoclass :: neo4j.exceptions.Forbidden
1292
+ .. autoexception :: neo4j.exceptions.Forbidden()
1292
1293
:show-inheritance:
1293
1294
1294
- .. autoclass :: neo4j.exceptions.DatabaseError
1295
+ .. autoexception :: neo4j.exceptions.DatabaseError()
1295
1296
:show-inheritance:
1296
1297
1297
- .. autoclass :: neo4j.exceptions.TransientError
1298
+ .. autoexception :: neo4j.exceptions.TransientError()
1298
1299
:show-inheritance:
1299
1300
1300
- .. autoclass :: neo4j.exceptions.DatabaseUnavailable
1301
+ .. autoexception :: neo4j.exceptions.DatabaseUnavailable()
1301
1302
:show-inheritance:
1302
1303
1303
- .. autoclass :: neo4j.exceptions.NotALeader
1304
+ .. autoexception :: neo4j.exceptions.NotALeader()
1304
1305
:show-inheritance:
1305
1306
1306
- .. autoclass :: neo4j.exceptions.ForbiddenOnReadOnlyDatabase
1307
+ .. autoexception :: neo4j.exceptions.ForbiddenOnReadOnlyDatabase()
1307
1308
:show-inheritance:
1308
1309
1309
1310
@@ -1350,55 +1351,59 @@ Client-side errors
1350
1351
* :class: `neo4j.exceptions.CertificateConfigurationError `
1351
1352
1352
1353
1353
- .. autoclass :: neo4j.exceptions.DriverError
1354
+ .. autoexception :: neo4j.exceptions.DriverError()
1355
+ :show-inheritance:
1354
1356
:members: is_retryable
1355
1357
1356
- .. autoclass :: neo4j.exceptions.SessionError
1358
+ .. autoexception :: neo4j.exceptions.SessionError()
1357
1359
:show-inheritance:
1360
+ :members: session
1358
1361
1359
- .. autoclass :: neo4j.exceptions.TransactionError
1362
+ .. autoexception :: neo4j.exceptions.TransactionError()
1360
1363
:show-inheritance:
1364
+ :members: transaction
1361
1365
1362
- .. autoclass :: neo4j.exceptions.TransactionNestingError
1366
+ .. autoexception :: neo4j.exceptions.TransactionNestingError()
1363
1367
:show-inheritance:
1364
1368
1365
- .. autoclass :: neo4j.exceptions.ResultError
1369
+ .. autoexception :: neo4j.exceptions.ResultError()
1366
1370
:show-inheritance:
1371
+ :members: result
1367
1372
1368
- .. autoclass :: neo4j.exceptions.ResultConsumedError
1373
+ .. autoexception :: neo4j.exceptions.ResultConsumedError()
1369
1374
:show-inheritance:
1370
1375
1371
- .. autoclass :: neo4j.exceptions.ResultNotSingleError
1376
+ .. autoexception :: neo4j.exceptions.ResultNotSingleError()
1372
1377
:show-inheritance:
1373
1378
1374
- .. autoclass :: neo4j.exceptions.BrokenRecordError
1379
+ .. autoexception :: neo4j.exceptions.BrokenRecordError()
1375
1380
:show-inheritance:
1376
1381
1377
- .. autoclass :: neo4j.exceptions.SessionExpired
1382
+ .. autoexception :: neo4j.exceptions.SessionExpired()
1378
1383
:show-inheritance:
1379
1384
1380
- .. autoclass :: neo4j.exceptions.ServiceUnavailable
1385
+ .. autoexception :: neo4j.exceptions.ServiceUnavailable()
1381
1386
:show-inheritance:
1382
1387
1383
- .. autoclass :: neo4j.exceptions.RoutingServiceUnavailable
1388
+ .. autoexception :: neo4j.exceptions.RoutingServiceUnavailable()
1384
1389
:show-inheritance:
1385
1390
1386
- .. autoclass :: neo4j.exceptions.WriteServiceUnavailable
1391
+ .. autoexception :: neo4j.exceptions.WriteServiceUnavailable()
1387
1392
:show-inheritance:
1388
1393
1389
- .. autoclass :: neo4j.exceptions.ReadServiceUnavailable
1394
+ .. autoexception :: neo4j.exceptions.ReadServiceUnavailable()
1390
1395
:show-inheritance:
1391
1396
1392
- .. autoclass :: neo4j.exceptions.IncompleteCommit
1397
+ .. autoexception :: neo4j.exceptions.IncompleteCommit()
1393
1398
:show-inheritance:
1394
1399
1395
- .. autoclass :: neo4j.exceptions.ConfigurationError
1400
+ .. autoexception :: neo4j.exceptions.ConfigurationError()
1396
1401
:show-inheritance:
1397
1402
1398
- .. autoclass :: neo4j.exceptions.AuthConfigurationError
1403
+ .. autoexception :: neo4j.exceptions.AuthConfigurationError()
1399
1404
:show-inheritance:
1400
1405
1401
- .. autoclass :: neo4j.exceptions.CertificateConfigurationError
1406
+ .. autoexception :: neo4j.exceptions.CertificateConfigurationError()
1402
1407
:show-inheritance:
1403
1408
1404
1409
0 commit comments