ΒΆLLVMErrorTypeId LLVMGetErrorTypeId(
    LLVMErrorRef Err)

Description

Returns the type id for the given error instance, which must be a failure value (i.e. non-null).

Declared at: llvm/include/llvm-c/Error.h:44

Parameters

LLVMErrorRef Err