Scarab  v2.9.0
Project 8 C++ Utility Library
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
CompilationDatabaseError Class Reference
Inheritance diagram for CompilationDatabaseError:
Inheritance graph

Public Member Functions

def __init__ (self, enumeration, message)
 

Public Attributes

 cdb_error
 

Static Public Attributes

int ERROR_UNKNOWN = 0
 
int ERROR_CANNOTLOADDATABASE = 1
 

Detailed Description

Represents an error that occurred when working with a CompilationDatabase

Each error is associated to an enumerated value, accessible under
e.cdb_error. Consumers can compare the value with one of the ERROR_
constants in this class.

Definition at line 2850 of file cindex.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  enumeration,
  message 
)

Definition at line 2864 of file cindex.py.

Member Data Documentation

◆ cdb_error

cdb_error

Definition at line 2872 of file cindex.py.

◆ ERROR_CANNOTLOADDATABASE

int ERROR_CANNOTLOADDATABASE = 1
static

Definition at line 2862 of file cindex.py.

◆ ERROR_UNKNOWN

int ERROR_UNKNOWN = 0
static

Definition at line 2859 of file cindex.py.


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