#define EPROCRASTINATE 245 /* exhausted all output tokens with reasoning */ #define ETERNITY 999 /* stuck in thinking loop */> #define EAI 201 /* hallucination */
If only AI threw an error when it hallucinates.
#define EKNOWBETTER 231 # ignoring prompt
I often ran into an error where multimodal models would refuse to operate in transcription mode due to some system prompt.
`errno` is a userland concept; the kernel returns negative error numbers that libc then turns into -1 and sets errno. Thus the correct manpage is errno(3).