userver: pytest_userver.plugins.postgresql.RegisteredNtrxFailureType Class Reference
Loading...
Searching...
No Matches
pytest_userver.plugins.postgresql.RegisteredNtrxFailureType Class Reference

Detailed Description

Definition at line 23 of file postgresql.py.

+ Inheritance diagram for pytest_userver.plugins.postgresql.RegisteredNtrxFailureType:

Static Public Attributes

int Error = 1
 
int LogicError = 2
 
int RuntimeError = 3
 
int ConnectionError = 4
 

Member Data Documentation

◆ ConnectionError

int pytest_userver.plugins.postgresql.RegisteredNtrxFailureType.ConnectionError = 4
static

Definition at line 27 of file postgresql.py.

◆ Error

int pytest_userver.plugins.postgresql.RegisteredNtrxFailureType.Error = 1
static

Definition at line 24 of file postgresql.py.

◆ LogicError

int pytest_userver.plugins.postgresql.RegisteredNtrxFailureType.LogicError = 2
static

Definition at line 25 of file postgresql.py.

◆ RuntimeError

int pytest_userver.plugins.postgresql.RegisteredNtrxFailureType.RuntimeError = 3
static

Definition at line 26 of file postgresql.py.


The documentation for this class was generated from the following file: