| 5462 | interface AutoRAGInternalError extends Error { |
| 5463 | } |
| 5464 | interface AutoRAGNotFoundError extends Error { |
| 5465 | } |
| 5466 | interface AutoRAGUnauthorizedError extends Error { |
| 5467 | } |
| 5468 | interface AutoRAGNameNotSetError extends Error { |
nothing calls this directly
no outgoing calls
no test coverage detected