Special ErrorInfo subclass representing a list of ErrorInfos. Instances of this class are constructed by joinError.
Synopsis
Declared in <llvm/Support/Error.h>
class ErrorList final
: public ErrorInfo<ErrorList>
Base Classes
Name |
Description |
Base class for user error types. Users should declare their error types like: |
Member Functions
Name |
Description |
|
Convert this error list to a |
|
Write each contained error to |
Static Member Functions
Name |
Description |
Return the RTTI class identifier for |
Static Data Members
Name |
Description |
RTTI identifier used by ErrorInfo::classID. |
Using Declarations
Name |
Description |
Inherit constructors from the parent error‐info type. |
Friends
Name |
Description |
Concatenate errors from |
|
Visit all the ErrorInfo(s) contained in E by passing them to the respective handler, without consuming the error. |
|
Pass ErrorInfo payloads in |
Created with MrDocs