Describe all error codes as plain text — useful for LLM system prompts.
const systemPrompt = `When the bus returns an error, use this table:\n${describeErrorCodes()}`; Copy
const systemPrompt = `When the bus returns an error, use this table:\n${describeErrorCodes()}`;
Describe all error codes as plain text — useful for LLM system prompts.