Error type for failures while building or writing DWP files.

Synopsis

Declared in <llvm/DWP/DWPError.h>

class DWPError
    : public ErrorInfo<DWPError>

Base Classes

Name

Description

ErrorInfo<DWPError>

Base class for user error types. Users should declare their error types like:

Member Functions

Name

Description

DWPError [constructor]

Construct a DWPError with a human‐readable message.

convertToErrorCode [virtual]

Convert this error to a std::error_code.

log [virtual]

Print this error's message to an output stream.

Static Member Functions

Name

Description

classID

Return the RTTI class identifier for ThisErrT.

Static Data Members

Name

Description

ID

RTTI identifier used by ErrorInfo::classID.

Using Declarations

Name

Description

ErrorInfo

Inherit constructors from the parent error‐info type.

Created with MrDocs