gcc_jit_context_get_first_error

To be called after any API call, this gives the first error message that occurred on the context.

The returned string is valid for the rest of the lifetime of the context.

If no errors occurred, this will be NULL.

extern (C)
const(char)*
gcc_jit_context_get_first_error

Meta