Error Set FindError [src]

Errors

CCompilerCannotFindHeaders
CCompilerCrashed
CCompilerExitCode
DarwinSdkNotFound
FileSystem
LibCKernel32LibNotFound
LibCRuntimeNotFound
LibCStdLibHeaderNotFound
OutOfMemory
UnableToSpawnCCompiler
UnsupportedArchitecture
WindowsSdkNotFound
ZigIsTheCCompiler

Source

pub const FindError = error{ OutOfMemory, FileSystem, UnableToSpawnCCompiler, CCompilerExitCode, CCompilerCrashed, CCompilerCannotFindHeaders, LibCRuntimeNotFound, LibCStdLibHeaderNotFound, LibCKernel32LibNotFound, UnsupportedArchitecture, WindowsSdkNotFound, DarwinSdkNotFound, ZigIsTheCCompiler, }