class ErrorSuccess

Declaration

class ErrorSuccess : public Error { /* full declaration omitted */ };

Description

Subclass of Error for the sole purpose of identifying the success path in the type system. This allows to catch invalid conversion to Expected <T > at compile time.

Declared at: llvm/include/llvm/Support/Error.h:324

Inherits from: Error

Inherited from Error: