 
  
 | Public Member Functions | |
| def | __init__ | 
| def | name | 
| def | code | 
| def | desc | 
| def | __eq__ | 
| def | __ne__ | 
| def | __repr__ | 
| def | __str__ | 
| Public Attributes | |
| code | |
Errcode of SequoiaDB.
| def pysequoiadb.errcode.Errcode.__eq__ | ( | self, | |
| other | |||
| ) | 
Errcode can equals to Errcode and int.
| def pysequoiadb.errcode.Errcode.__ne__ | ( | self, | |
| other | |||
| ) | 
Errcode can not equals to Errcode and int.
| def pysequoiadb.errcode.Errcode.code | ( | self | ) | 
Code of this error code.
| def pysequoiadb.errcode.Errcode.desc | ( | self | ) | 
Description of this error code.
| def pysequoiadb.errcode.Errcode.name | ( | self | ) | 
Name of this error code.
 1.8.2
 1.8.2