Skip to main content
Module

x/libclang/mod.ts>CXLoadDiag_Error

Deno FFI bindings for libclang
Go to Latest
enum CXLoadDiag_Error
Re-export
import { CXLoadDiag_Error } from "https://deno.land/x/libclang@1.0.0-beta.8/mod.ts";

Describes the kind of error that occurred (if any) in a call to clang_loadDiagnostics.

Members

CXLoadDiag_CannotLoad = 2

Indicates that the file containing the serialized diagnostics could not be opened.

CXLoadDiag_InvalidFile = 3

Indicates that the serialized diagnostics file is invalid or corrupt.

CXLoadDiag_None = 0

Indicates that no error occurred.

CXLoadDiag_Unknown = 1

Indicates that an unknown error occurred while attempting to deserialize diagnostics.